Commit Graph

8 Commits

Author SHA1 Message Date
Dylan Araps b7f92fb5a7
kiss-fork: minor fixes 2020-11-19 09:53:51 +02:00
Dylan Araps cc084f654a
kiss-fork: clean up 2020-09-09 13:58:00 +03:00
Jonathan Dahan d94c811e7f Use full kiss subcommands for readability and safety 2020-09-04 13:32:19 -04:00
Dylan Araps ad280931e5
contrib: Make doc strings match KISS' 2020-05-01 09:07:20 +03:00
Dylan Araps c8b5990acf
kiss-fork: Add option to pick repository 2020-04-25 17:48:44 +03:00
Dylan Araps 6786d2ca0a
kiss: Unify usage outputs for all contrib scripts.
Seeing as how these utilities are now better integrated,
more effort should go into the overall interface between
what should be the "benchmark" or example kiss scripts.
2020-04-18 12:11:56 +03:00
Dylan Araps fdf2775640
kiss: Integrate with user scripts.
kiss' help output will now include all executables found in $PATH
which begin with kiss-*. A comment string is optionally usable via
setting the second line of the script to a string.

Example:

...

This also means that 'kiss <script name>' is also possible now.
If I have a script in my $PATH called kiss-depends, I can now use
it via kiss with 'kiss depends'.
2020-04-18 11:39:37 +03:00
Dylan Araps 40c00285d0
contrib: Added kiss-[fork,link] 2020-03-13 15:43:54 +02:00