aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* url-lookup: read-string if no arg or url at pointmarty hiatt2022-09-031-2/+5
|
* mastodon.el - require mastodon-httpmarty hiatt2022-09-031-0/+1
|
* move url-lookup to mastodon.elmarty hiatt2022-09-032-30/+29
|
* docstringmarty hiatt2022-09-031-1/+1
|
* url-lookup: keymap and silent call / messagemarty hiatt2022-09-031-3/+9
|
* -http: optional silent requests so we can actually messagemarty hiatt2022-09-031-10/+10
|
* --thread edits to work with --url-lookup: id arg, point at tootmarty hiatt2022-09-031-9/+17
|
* tl--url-lookup command, FIX #240marty hiatt2022-09-032-21/+25
|
* search--url-lookupmarty hiatt2022-09-031-0/+20
|
* simple error handling in single-toot and --threadmarty hiatt2022-09-021-31/+35
|
* start on loading masto URL links in mastodon.elmarty hiatt2022-09-021-0/+7
|
* fix trending tags fun name + autoload in mastodon.elmarty hiatt2022-09-022-1/+2
|
* add optional instance arg to -view-instance-descriptionmarty hiatt2022-09-021-4/+6
|
* implement trending tagsmarty hiatt2022-09-021-10/+47
|
* work on printing instance detailsmarty hiatt2022-09-021-29/+120
| | | | | | | | | | more work on printing instance details readme - instance description more more work on printing instance details more more more work on printing instance details
* fix --do-if-toot debug declaremarty hiatt2022-09-021-1/+1
|
* use # for quoted functionsmarty hiatt2022-09-021-2/+2
|
* make render-text arg TOOT optionalmarty hiatt2022-09-021-1/+1
|
* silence flycheck about 'backend-name'marty hiatt2022-09-011-1/+1
|
* cl-reduce for metadata fields formatmarty hiatt2022-09-011-1/+3
|
* view instance details of post at point's author.marty hiatt2022-09-011-0/+52
|
* move set-default-toot-visibility to -toot.elmarty hiatt2022-09-012-9/+9
|
* edit display_name funmarty hiatt2022-09-011-2/+15
|
* improve set default-toot-visibility formattingmarty hiatt2022-08-311-3/+3
|
* refactor locked toggle, add discoverable togglemarty hiatt2022-08-311-6/+17
|
* toggle account locked statusmarty hiatt2022-08-311-0/+12
|
* profile: refactor get-source-prefs with get-json-valuemarty hiatt2022-08-311-3/+7
|
* set default visibility funmarty hiatt2022-08-312-0/+13
|
* remove default-visibility defcustommarty hiatt2022-08-311-12/+0
|
* respect toot visibility setting from the servermarty hiatt2022-08-311-1/+8
|
* get and set account preference functionsmarty hiatt2022-08-311-2/+24
|
* http--patch: make general function, not just for notemarty hiatt2022-08-312-12/+9
| | | | - this way we can build funs to change basic account options.
* buffer-spec for search buffers (so following works)marty hiatt2022-08-311-0/+5
|
* view brief prefs funmarty hiatt2022-08-311-0/+20
|
* http--api in -profile.elmarty hiatt2022-08-311-4/+2
|
* autoloadmarty hiatt2022-08-301-0/+1
|
* clear notification(s) functionsmarty hiatt2022-08-301-0/+28
|
* autoload for search-tags-query for tags completionmarty hiatt2022-08-301-0/+1
|
* RET on byline to view profile.marty hiatt2022-08-292-2/+12
| | | | - no more need to tab to handle
* Merge branch 'develop'marty hiatt2022-08-276-73/+215
|\
| * bump version in boilerplatemarty hiatt2022-08-2713-16/+16
| |
| * update dependencies, request version consistencymarty hiatt2022-08-272-2/+2
| |
| * autoloads, flycheckmarty hiatt2022-08-274-5/+9
| |
| * refactor completion functions for two backendsmarty hiatt2022-08-261-55/+82
| |
| * completion customizes edit for handling tags completionmarty hiatt2022-08-262-4/+10
| |
| * implement tags company completionmarty hiatt2022-08-232-4/+52
| |
| * flycheck and docstringsmarty hiatt2022-08-202-12/+23
| |
| * comment unused toot var in bookmark funmarty hiatt2022-08-201-18/+18
| |
| * Merge branch 'single-toot-view' into developmarty hiatt2022-08-201-10/+56
| |\
| | * --thread: detailed-p for current toot in thread contextmarty hiatt2022-08-041-5/+5
| | | | | | | | | | | | and load single toot if no thread