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