add to catalog
This commit is contained in:
parent
6e98bd6a47
commit
0a2e0b643a
12
TODO.md
12
TODO.md
|
@ -1,10 +1,12 @@
|
|||
|
||||
- [+] implement MVP
|
||||
- [+] minimal catalog
|
||||
- [+] search catalog
|
||||
- [+] local current versions
|
||||
- [+] latest version, github strategy
|
||||
- [+] intall, github strategy
|
||||
- [x] minimal catalog => currently 124 entries
|
||||
- [x] search catalog
|
||||
- [x] local current versions
|
||||
- [x] latest version, github strategy
|
||||
- [+] intall,
|
||||
- [x] github+linux+x86_64+tgz strategy
|
||||
- [ ] prompt user to override current file/symlink
|
||||
|
||||
- [*] code style => blake, defaults
|
||||
|
||||
|
|
15
catalog.yaml
15
catalog.yaml
|
@ -224,6 +224,10 @@ jc:
|
|||
github: kellyjonbrazil/jc
|
||||
pip: jc
|
||||
|
||||
jinja2:
|
||||
desc: CLI for Jinja2
|
||||
github: mattrobenolt/jinja2-cli
|
||||
|
||||
jj:
|
||||
desc: A Git-compatible DVCS that is both simple and powerful
|
||||
github: martinvonz/jj
|
||||
|
@ -302,6 +306,11 @@ minijail:
|
|||
website: https://google.github.io/minijail/
|
||||
github: google/minijail
|
||||
|
||||
minijinja:
|
||||
desc: a powerful template engine for Rust with minimal dependencies based on the syntax and behavior of the Jinja2 template engine for Python
|
||||
github: mitsuhiko/minijinja
|
||||
website: https://docs.rs/minijinja/
|
||||
tags: Rust
|
||||
|
||||
mintotp:
|
||||
desc: generate TOTP from the terminal
|
||||
|
@ -501,6 +510,12 @@ up:
|
|||
fullname: Ultimate Plumber
|
||||
github: akavel/up
|
||||
|
||||
ugrep:
|
||||
desc: a more powerful, ultra fast, user-friendly, compatible grep
|
||||
github: Genivia/ugrep
|
||||
website: https://ugrep.com/
|
||||
tags: cpp
|
||||
|
||||
ups:
|
||||
desc: Command line tools for manipulating UPS patch files
|
||||
githb: rameshvarun/ups
|
||||
|
|
Loading…
Reference in New Issue