about summary refs log tree commit diff
path: root/pkgs/profpatsch
Commit message (Expand)AuthorAgeFilesLines
* Mostly implement nice completion for dhallProfpatsch2019-09-169-126/+235
* completion: move to Completion module & factor out typesProfpatsch2019-09-153-23/+22
* completion.dhall: add completion options for dhall command lineProfpatsch2019-09-151-0/+134
* main: factor out basic fish completion commandsProfpatsch2019-09-144-149/+176
* `abc foo --bar` can be completedProfpatsch2019-09-091-2/+23
* First working fish subcommand completion.Profpatsch2019-09-093-42/+94
* Add dhall-to-shell script (to convert (List (List Text)) to sh)Profpatsch2019-09-081-0/+6
* Init: basic command line abstraction for fish’s completeProfpatsch2019-09-0810-0/+172