Commit graph

78 commits

Author SHA1 Message Date
Takayuki Maeda
b0f33c6116
fix spaceship-prompt url 2021-06-03 18:22:22 +09:00
Spike
0411094c3c
Add Pleco, Rust rewrite of Stockfish Chess Engine (#80) 2021-06-03 18:08:47 +09:00
Spike
8a855a0bb4
Add eva calculator REPL (#77)
* Add `eva` calculator REPL

* Fix alphabetical sorting

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-06-02 22:32:37 +09:00
Spike
bd37abddc9
Improve Rust idiomaticity (#67) 2021-06-01 16:21:28 +09:00
Spike
df9f064f86
Add starship (#75) 2021-06-01 16:19:53 +09:00
Spike
82548dd6c5
Add oreboot, a Rust rewrite of coreboot (#60)
Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-31 19:05:17 +09:00
Sergey
0f2ac29408
add delta. diff alternative (#45)
* Update README.md

* remove a period

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-30 15:36:38 +09:00
Spike
a62c3feddd
Add paru package manager (#61)
* Add `paru` package manager

* Fix `paru` category

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-30 15:19:52 +09:00
Spike
f821ca8a8c
Add huniq as alternative to uniq (#62) 2021-05-30 15:09:11 +09:00
Spike
adb57f1551
Add xcp as an alternative to cp (#64) 2021-05-30 14:52:53 +09:00
Spike
b90a215300
Add dog alternative to dig` (#63) 2021-05-30 14:47:00 +09:00
Spike
e9a3e08368
Add Lemmy and libreddit to new Web category (#65) 2021-05-30 12:07:00 +09:00
Takayuki Maeda
0a0e3625a0
fix repo name 2021-05-30 01:10:33 +09:00
Jihchi Lee
b2b8f8c22a
Add xh as httpie alternative (#56)
* Update README.md

* Update README.md

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

* Update README.md

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-29 22:47:09 +09:00
technic93
fd5043360d
Fix small typo in the readme (#58) 2021-05-29 22:39:29 +09:00
Takayuki Maeda
c17861c81e
fix alphabet order 2021-05-29 20:41:23 +09:00
VAHID
6570b57f00
add please program (#52)
* add please program

ADD please, sudo like program with regex support written in rust

* Update README.md

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

* ADD sudo section

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-29 20:39:19 +09:00
Stephan Dilly
2c6064a1c3
add gitui as lazygit alternative (#57) 2021-05-29 20:17:37 +09:00
Jens Getreu
dad63feeea
add stringsext (#47)
a modern GNU strings replacement written in Rust: Find multi-byte-encoded strings in binary data
2021-05-29 20:16:06 +09:00
Takayuki Maeda
0a0e979d32
Move grep to text processing (#53)
* move grep to text processing

* change grep to ripgrep

* fix toc
2021-05-29 16:22:57 +09:00
Sateesh
133f81ef0c
Add ripgrep, alternative to grep. (#35) 2021-05-29 16:05:34 +09:00
Onur Orkun KADER
304811fc29
Add a cloc alternative, loc (#48) 2021-05-29 15:55:45 +09:00
JT
6afb8bf625
Add nushell (#46) 2021-05-29 15:54:04 +09:00
Takayuki Maeda
ff225a956f
add frum (#43) 2021-05-29 01:03:02 +09:00
Takayuki Maeda
f802be0166
remove links with the previous name (#38) 2021-05-28 22:13:53 +09:00
Takayuki Maeda
25d8de40c3
Rename repository name (#37)
* rename repository name

* remove name
2021-05-28 21:58:24 +09:00
Davy Duperron
fc0ba07d84
Add jql, alternative to jq (#34)
* Add jql, alternative to jq

* Use GitHub repository

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-28 18:47:16 +09:00
Sundeep Agarwal
4e44c2554a
Add frawk, alternative to awk (#33) 2021-05-28 17:30:20 +09:00
Takayuki Maeda
d515417600
add Command runners to TOC 2021-05-28 14:21:07 +09:00
Casey Rodarmor
0757390ef1
Add just (#32)
* Add just

* Remove trailing whitespace
2021-05-28 14:19:59 +09:00
Ajeet D'Souza
15547d0f7f
Add zoxide (#30) 2021-05-28 13:31:54 +09:00
Takayuki Maeda
fd1519ce03
remove ripgrep (#27) 2021-05-28 10:00:48 +09:00
Takayuki Maeda
e7844be60b
add fastmod (#25) 2021-05-28 09:24:08 +09:00
Sebastian Thiel
c578288aa7
Add 'dua' as 'du'-like tool (#24)
* Add 'dua' as 'du'-like tool

* Add 'dua' in dictionary order

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>

Co-authored-by: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com>
2021-05-28 08:46:50 +09:00
Takayuki Maeda
f222e53b11
add deno_lint (#19) 2021-05-28 04:29:12 +09:00
Samuel FORESTIER
b6739bd336
add shellharden (#20) 2021-05-28 04:22:00 +09:00
Takayuki Maeda
675e93b1cc
add coreutils (#18) 2021-05-28 03:53:42 +09:00
Takayuki Maeda
3da000b150
add terminal to TOC 2021-05-28 03:28:37 +09:00
Takayuki Maeda
2f97956a3b
add zellij (#17) 2021-05-28 03:25:24 +09:00
Takayuki Maeda
0989e1ecc4
add volta (#16) 2021-05-28 03:10:32 +09:00
Takayuki Maeda
c3a0722a8a
add sad (#15) 2021-05-28 02:53:10 +09:00
Takayuki Maeda
b7d17e3b08
add tokei (#14) 2021-05-28 02:42:27 +09:00
Takayuki Maeda
d3d8b090d5
mark ytop as "no longer maintained" 2021-05-28 02:18:53 +09:00
Takayuki Maeda
bd5c63b82a
Add amp (#13)
* add amp

* replace a with A
2021-05-28 02:04:58 +09:00
Takayuki Maeda
19a5adc126
add a link to RIIR 2021-05-28 02:00:12 +09:00
Takayuki Maeda
09677c97c9
add hyperfine (#12) 2021-05-28 01:36:46 +09:00
Takayuki Maeda
2f47e295ed
add navi (#11) 2021-05-28 01:22:09 +09:00
Takayuki Maeda
802a8ed153
add choose (#10) 2021-05-28 01:09:37 +09:00
Takayuki Maeda
12c95d335b
add rslint (#9) 2021-05-28 00:57:59 +09:00
Takayuki Maeda
865aa40d28
add skim (#8) 2021-05-28 00:46:35 +09:00