aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding transformers.HEADmasterYuchen Pei2023-08-211-14/+63
| | | | | | | | Transformers convert from one type to another, thus generalises web search engines. Example: a function returning a url for a git commit hash is a query-to-url transformer
* fixing the use of called-interactively-pYuchen Pei2023-06-091-1/+1
|
* fixing default display nameYuchen Pei2022-11-101-5/+6
|
* adding capacity to display buffer for external handlersYuchen Pei2022-11-101-2/+7
|
* minor update readmeYuchen Pei2022-10-211-3/+3
|
* updating readme with features and todosYuchen Pei2022-10-211-8/+29
|
* documentation. prepare for publication.Yuchen Pei2022-10-213-40/+845
|
* fixing external handler macro for urlYuchen Pei2022-10-171-7/+17
|
* make external handler independent of xdgYuchen Pei2022-10-171-19/+17
|
* using one single list for all handlersYuchen Pei2022-10-171-43/+65
| | | | | - also fixing hmm-define-external-xdg-handler to use start process to handle file names with special chars
* rename commands to handlers.Yuchen Pei2022-10-171-30/+36
|
* handle more situationsYuchen Pei2022-10-171-29/+39
|
* Adding support for mime types, a bit slowYuchen Pei2022-10-141-11/+83
|
* adding url / file / query handlersYuchen Pei2022-10-141-29/+75
|
* initial commitYuchen Pei2022-10-112-0/+54