zaiste / zaiste.net

Zaiste is a software technologist who helps companies and brands build great software products. Expertise in: Java, Ruby, Python, JavaScript and Clojure.
https://zaiste.net
26 stars 9 forks source link

This GitHub issue has 3 comments #7

Open ghuls opened 4 years ago

ghuls commented 4 years ago

List of Rust tools (some of them are already on the webpage):

dua (https://github.com/Byron/dua-cli): du replacement with interactive option. diskus (https://github.com/sharkdp/diskus): du -hs replacement. whalespotter (https://github.com/Canop/whalespotter): Find those big fat files and folders.

rg (https://github.com/BurntSushi/ripgrep): grep replacement.

fd (https://github.com/sharkdp/fd): find replacement.

exa (https://github.com/ogham/exa): ls replacement. lsd (https://github.com/Peltoche/lsd): ls replacement.

hexyl (https://github.com/sharkdp/hexyl): hexdump replacement.

xsv (https://github.com/BurntSushi/xsv): manipulate CSV files.

fastmod (https://github.com/facebookincubator/fastmod) : interactive search and replace. ruplacer (https://github.com/TankerHQ/ruplacer): Find and replace text in source files. sd (https://github.com/chmln/sd): sed alternative (for at least search and replace).

diffr (https://github.com/mookid/diffr): Highlight (word) differences in diff lines. delta (https://github.com/dandavison/delta): diff viewer with syntax highlighting (and other features). interactive-rebase-tool (https://github.com/MitMaro/git-interactive-rebase-tool): Git interactive rebase tool.

eva (https://github.com/NerdyPepper/eva): A calculator REPL, similar to bc. kalk (https://github.com/PaddiM8/kalk): A calculator/expression evaluator written in rust that supports variables and functions.

broot (https://github.com/Canop/broot): An interactive tree view, a fuzzy search, a balanced BFS descent and customizable commands.

starship (https://github.com/starship/starship): The minimal, blazing-fast, and infinitely customizable prompt for any shell.

sic (https://github.com/foresterre/sic): ImageMagick replacement. stew (https://github.com/foresterre/stew): ImageMagick replacement.

so (https://github.com/samtay/so): A terminal interface for StackOverflow

bat (https://github.com/sharkdp/bat/): Syntax highlightning of text files. mdcat (https://github.com/lunaryorn/mdcat): cat for CommmonMark (MarkDown).

just (https://github.com/casey/just): make alternative.

skim (https://github.com/lotabout/skim): fzf alternative (Fuzzy Finder in rust).

onefetch (https://github.com/o2sh/onefetch): Display information about your Git project directly on your terminal.

matu3ba commented 4 years ago

Thanks for the suggestion @ghuls

My table view

navi - common command combinations for shell mdBook - creating books from markdown tin-summer [sn is the command] - clean up of projects kondo - clean up of projects haku - task runner like just xsv - csv swiss army knife unf - change non-unix symbols gisht - running gists fselect - find with SQL syntax

kpcyrd commented 3 years ago

sniffglue - network sniffger (tcpdump) dfrs - colored disk stats (df) anewer - uniq that doesn't rely on sort and supports disk state

edheltzel commented 2 years ago

bottom - since ytop is not longer maintained. As stated in #9

nc7s commented 1 year ago

exa is unmaintained, eza is the maintained fork: https://github.com/ogham/exa/issues/1243