Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save niqdev/3415d8369b7d3dacaca7b1930cc0c7d3 to your computer and use it in GitHub Desktop.

Select an option

Save niqdev/3415d8369b7d3dacaca7b1930cc0c7d3 to your computer and use it in GitHub Desktop.

Revisions

  1. @sts10 sts10 revised this gist Apr 6, 2023. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -136,3 +136,7 @@ fi
    ## Know a good one that I don't have listed here?

    Let me know in the comments, a PR, on [Mastodon](https://octodon.social/@schlink) or [Twitter](https://twitter.com/sts10/).

    ## Licensing

    This document is licensed under [CC0 1.0 Universal (CC0 1.0) Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
  2. @sts10 sts10 revised this gist Mar 6, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [dog](https://github.com/ogham/dog): A command-line DNS client
    - [dua](https://github.com/Byron/dua-cli): "View disk space usage and delete unwanted data, fast."
    - [dust](https://github.com/bootandy/dust): "a more intuitive version of `du` in Rust"
    - [exa](https://the.exa.website/): "A modern version of `ls`". Note: latest release is from April 2021. See [discussion re: maintanence](https://github.com/ogham/exa/issues/1139).
    - [exa](https://the.exa.website/): "A modern version of `ls`". Note: latest release is from April 2021. See [discussion re: maintenance](https://github.com/ogham/exa/issues/1139).
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
  3. @sts10 sts10 revised this gist Mar 6, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [dog](https://github.com/ogham/dog): A command-line DNS client
    - [dua](https://github.com/Byron/dua-cli): "View disk space usage and delete unwanted data, fast."
    - [dust](https://github.com/bootandy/dust): "a more intuitive version of `du` in Rust"
    - [exa](https://the.exa.website/): "A modern version of `ls`"
    - [exa](https://the.exa.website/): "A modern version of `ls`". Note: latest release is from April 2021. See [discussion re: maintanence](https://github.com/ogham/exa/issues/1139).
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
  4. @sts10 sts10 revised this gist Feb 8, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # A curated list of command-line utilities written in Rust

    Note: I have moved this list to [a proper repository](https://github.com/sts10/rust-command-line-utilities). I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.
    **Note: I have moved this list to [a proper repository](https://github.com/sts10/rust-command-line-utilities). I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.**

    Note that I have not tried all of these personally, and **cannot and do not vouch for all of the tools listed here**. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

  5. @sts10 sts10 revised this gist Feb 8, 2023. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # A curated list of command-line utilities written in Rust

    Note: I have moved this list to [a proper repository](https://github.com/sts10/rust-command-line-utilities). I'll leave this gist up, but it won't be updated. To submit an idea, open a PR on the repo.

    Note that I have not tried all of these personally, and **cannot and do not vouch for all of the tools listed here**. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

    The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.
  6. @sts10 sts10 revised this gist Feb 8, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [git-cliff](https://github.com/orhun/git-cliff): "A highly customizable Changelog Generator that follows Conventional Commit specifications"
    - [gptman](https://github.com/rust-disk-partition-management/gptman): "A GPT manager that allows you to copy partitions from one disk to another and more"
    - [grex](https://github.com/pemistahl/grex): A command-line tool and library for generating regular expressions from user-provided test cases
    - [Himalaya](https://github.com/soywod/himalaya): Command-line interface for email management
    - [htmlq](https://github.com/mgdm/htmlq): Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.
    - [hyperfine](https://github.com/sharkdp/hyperfine): Command-line benchmarking tool
    - [inlyne](https://github.com/trimental/inlyne): "GPU powered yet browsless tool to help you quickly view markdown files"
  7. @sts10 sts10 revised this gist Feb 8, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [ffsend](https://github.com/timvisee/ffsend): "Easily and securely share files from the command line. A fully featured Firefox Send client."
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [git-cliff](https://github.com/orhun/git-cliff): "A highly customizable Changelog Generator that follows Conventional Commit specifications"
  8. @sts10 sts10 revised this gist Jan 27, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -51,6 +51,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [ripsecrets](https://github.com/sirwart/ripsecrets): Find secret keys in your code before commiting them to git. I've contributed to this one!
    - [rnr](https://github.com/ismaelgv/rnr): "A command-line tool to batch rename files and directories"
    - [sd](https://github.com/chmln/sd): Intuitive find & replace CLI (`sed` alternative).
    - [skim](https://github.com/lotabout/skim): A command-line fuzzy finder.
    - [tealdear](https://github.com/dbrgn/tealdeer): A very fast implementation of `tldr` in Rust.
    - [teehee](https://github.com/Gskartwii/teehee): "A modal terminal hex editor"
    - [tin-summer](https://github.com/vmchale/tin-summer): Find build artifacts that are taking up disk space
  9. @sts10 sts10 revised this gist Jan 25, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -45,6 +45,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [pipr](https://github.com/Elkowar/pipr): "A tool to interactively write shell pipelines."
    - [procs](https://github.com/dalance/procs): A modern replacement for `ps` written in Rust
    - [qsv](https://github.com/jqnatividad/qsv): CSVs sliced, diced & analyzed. (A fork of `xsv`)
    - [rargs](https://github.com/lotabout/rargs): xargs + awk with pattern matching support.
    - [rip](https://github.com/nivekuil/rip): A safe and ergonomic alternative to `rm`
    - [ripgrep](https://github.com/BurntSushi/ripgrep): A faster replacement for GNU’s `grep` command. This tool is very good. See [ripgrep-all](https://github.com/phiresky/ripgrep-all) to search PDFs, E-Books, Office documents, zip, tar.gz, etc.
    - [ripsecrets](https://github.com/sirwart/ripsecrets): Find secret keys in your code before commiting them to git. I've contributed to this one!
  10. @sts10 sts10 revised this gist Jan 19, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -75,6 +75,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [bacon](https://github.com/Canop/bacon): A background Rust code checker
    - [cargo watch](https://github.com/watchexec/cargo-watch): Watches over your Cargo project's source.
    - [cargo-binstall](https://github.com/cargo-bins/cargo-binstall): "Binary installation for [R]ust projects"
    - [kani-verifier](https://github.com/model-checking/kani): A "bit-precise model checker for Rust."

    ## Terminal emulators / terminal-related
    - [Alacritty](https://github.com/alacritty/alacritty): A cross-platform, OpenGL terminal emulator.
  11. @sts10 sts10 revised this gist Jan 19, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -124,6 +124,7 @@ fi
    ## Shameless plug: Tools that I've written in Rust

    - [Tidy](https://github.com/sts10/tidy): A command-line tool for combining and cleaning large word list files.
    - [Medic](https://github.com/sts10/medic): Check the "health" of passwords in a KeePass database

    ## Know a good one that I don't have listed here?

  12. @sts10 sts10 revised this gist Jan 19, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -68,7 +68,7 @@ The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, rip
    - [printfn](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"

    ## Tools to help working with Rust lang itself
    - [cargo-audit](https://github.com/RustSec/rustsec/tree/main/cargo-audit): Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database.
    - [cargo-audit](https://github.com/RustSec/rustsec/tree/main/cargo-audit): Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database. See also: [cargo-deny](https://github.com/EmbarkStudios/cargo-deny).
    - [cargo-geiger](https://github.com/rust-secure-code/cargo-geiger): Detects usage of unsafe Rust in a Rust crate and its dependencies.
    - [cargo-wipe](https://github.com/mihai-dinculescu/cargo-wipe): Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path. See also: [kondo](https://github.com/tbillington/kondo).
    - [cargo-crev](https://github.com/crev-dev/cargo-crev): A cryptographically verifiable code review system for the cargo (Rust) package manager.
  13. @sts10 sts10 revised this gist Jan 12, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    Note that I have not tried all of these personally, and **cannot and do not vouch for all of the tools listed here**. In most cases, the descriptions here are copied directly from their code repos. Some may have been abandoned. Investigate before installing/using.

    The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripgrep, just, zoxide and cargo-wipe.
    The ones I use regularly include: bat, dust, fd, fend, hyperfine, miniserve, ripgrep, just, cargo-audit and cargo-wipe.

    - [atuin](https://github.com/ellie/atuin): "Magical shell history"
    - [bandwhich](https://github.com/imsnif/bandwhich): Terminal bandwidth utilization tool
  14. @sts10 sts10 revised this gist Jan 4, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -46,7 +46,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [procs](https://github.com/dalance/procs): A modern replacement for `ps` written in Rust
    - [qsv](https://github.com/jqnatividad/qsv): CSVs sliced, diced & analyzed. (A fork of `xsv`)
    - [rip](https://github.com/nivekuil/rip): A safe and ergonomic alternative to `rm`
    - [ripgrep](https://github.com/BurntSushi/ripgrep): A faster replacement for GNU’s `grep` command. This tool is very good.
    - [ripgrep](https://github.com/BurntSushi/ripgrep): A faster replacement for GNU’s `grep` command. This tool is very good. See [ripgrep-all](https://github.com/phiresky/ripgrep-all) to search PDFs, E-Books, Office documents, zip, tar.gz, etc.
    - [ripsecrets](https://github.com/sirwart/ripsecrets): Find secret keys in your code before commiting them to git. I've contributed to this one!
    - [rnr](https://github.com/ismaelgv/rnr): "A command-line tool to batch rename files and directories"
    - [sd](https://github.com/chmln/sd): Intuitive find & replace CLI (`sed` alternative).
  15. @sts10 sts10 revised this gist Jan 4, 2023. 1 changed file with 9 additions and 4 deletions.
    13 changes: 9 additions & 4 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -16,12 +16,10 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [dog](https://github.com/ogham/dog): A command-line DNS client
    - [dua](https://github.com/Byron/dua-cli): "View disk space usage and delete unwanted data, fast."
    - [dust](https://github.com/bootandy/dust): "a more intuitive version of `du` in Rust"
    - [eva](https://github.com/nerdypepper/eva): "a calculator REPL, similar to bc(1)" (be sure to check out fend as well)
    - [exa](https://the.exa.website/): "A modern version of `ls`"
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator" ([Documentation](https://printfn.github.io/fend/documentation))
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [git-cliff](https://github.com/orhun/git-cliff): "A highly customizable Changelog Generator that follows Conventional Commit specifications"
    @@ -44,12 +42,13 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [monolith](https://github.com/y2z/monolith): Save complete web pages as a single HTML file
    - [ouch](https://github.com/ouch-org/ouch): "Painless compression and decompression for your terminal"
    - [pastel](https://github.com/sharkdp/pastel): A command-line tool to generate, analyze, convert and manipulate colors.
    - [printfn](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"
    - [pipr](https://github.com/Elkowar/pipr): "A tool to interactively write shell pipelines."
    - [procs](https://github.com/dalance/procs): A modern replacement for `ps` written in Rust
    - [qsv](https://github.com/jqnatividad/qsv): CSVs sliced, diced & analyzed. (A fork of `xsv`)
    - [rip](https://github.com/nivekuil/rip): A safe and ergonomic alternative to `rm`
    - [ripgrep](https://github.com/BurntSushi/ripgrep): A faster replacement for GNU’s `grep` command. This tool is very good.
    - [ripsecrets](https://github.com/sirwart/ripsecrets): Find secret keys in your code before commiting them to git. I've contributed to this one!
    - [rnr](https://github.com/ismaelgv/rnr): "A command-line tool to batch rename files and directories"
    - [sd](https://github.com/chmln/sd): Intuitive find & replace CLI (`sed` alternative).
    - [tealdear](https://github.com/dbrgn/tealdeer): A very fast implementation of `tldr` in Rust.
    - [teehee](https://github.com/Gskartwii/teehee): "A modal terminal hex editor"
    @@ -62,10 +61,16 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [xsv](https://github.com/BurntSushi/xsv): A fast CSV command line toolkit written in Rust. (Last updated in 2018)
    - [zoxide](https://github.com/ajeetdsouza/zoxide): A smarter `cd` command.

    ### Calculators
    - [eva](https://github.com/nerdypepper/eva): "a calculator REPL, similar to bc(1)" (be sure to check out fend as well)
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator" ([Documentation](https://printfn.github.io/fend/documentation))
    - [Kalker](https://github.com/PaddiM8/kalker): "a calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals"
    - [printfn](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"

    ## Tools to help working with Rust lang itself
    - [cargo-audit](https://github.com/RustSec/rustsec/tree/main/cargo-audit): Audit Cargo.lock files for crates with security vulnerabilities reported to the RustSec Advisory Database.
    - [cargo-geiger](https://github.com/rust-secure-code/cargo-geiger): Detects usage of unsafe Rust in a Rust crate and its dependencies.
    - [cargo-wipe](https://github.com/mihai-dinculescu/cargo-wipe): Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path.
    - [cargo-wipe](https://github.com/mihai-dinculescu/cargo-wipe): Cargo subcommand that recursively finds and optionally wipes all "target" or "node_modules" folders that are found in the current path. See also: [kondo](https://github.com/tbillington/kondo).
    - [cargo-crev](https://github.com/crev-dev/cargo-crev): A cryptographically verifiable code review system for the cargo (Rust) package manager.
    - [bacon](https://github.com/Canop/bacon): A background Rust code checker
    - [cargo watch](https://github.com/watchexec/cargo-watch): Watches over your Cargo project's source.
  16. @sts10 sts10 revised this gist Dec 26, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -24,6 +24,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator" ([Documentation](https://printfn.github.io/fend/documentation))
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [git-cliff](https://github.com/orhun/git-cliff): "A highly customizable Changelog Generator that follows Conventional Commit specifications"
    - [gptman](https://github.com/rust-disk-partition-management/gptman): "A GPT manager that allows you to copy partitions from one disk to another and more"
    - [grex](https://github.com/pemistahl/grex): A command-line tool and library for generating regular expressions from user-provided test cases
    - [htmlq](https://github.com/mgdm/htmlq): Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.
  17. @sts10 sts10 revised this gist Dec 1, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -21,7 +21,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator" ([Documentation](https://printfn.github.io/fend/documentation))
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [gptman](https://github.com/rust-disk-partition-management/gptman): "A GPT manager that allows you to copy partitions from one disk to another and more"
  18. @sts10 sts10 revised this gist Dec 1, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -16,7 +16,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [dog](https://github.com/ogham/dog): A command-line DNS client
    - [dua](https://github.com/Byron/dua-cli): "View disk space usage and delete unwanted data, fast."
    - [dust](https://github.com/bootandy/dust): "a more intuitive version of `du` in Rust"
    - [eva](https://github.com/nerdypepper/eva): "a calculator REPL, similar to bc(1)"
    - [eva](https://github.com/nerdypepper/eva): "a calculator REPL, similar to bc(1)" (be sure to check out fend as well)
    - [exa](https://the.exa.website/): "A modern version of `ls`"
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
  19. @sts10 sts10 revised this gist Dec 1, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [fend](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [gptman](https://github.com/rust-disk-partition-management/gptman): "A GPT manager that allows you to copy partitions from one disk to another and more"
  20. @sts10 sts10 revised this gist Nov 10, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -31,6 +31,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [jless](https://github.com/PaulJuliusMartinez/jless): "command-line JSON viewer designed for reading, exploring, and searching through JSON data."
    - [jql](https://github.com/yamafaktory/jql): A JSON query language CLI tool
    - [just](https://github.com/casey/just): Just a command runner (seems like an alternative to `make`)
    - [legdur](https://hg.sr.ht/~cyplo/legdur): A "simple CLI program to compute hashes of large sets of files in large directory structures and compare them with a previous snapshot."
    - [lemmeknow](https://github.com/swanandx/lemmeknow): Identify mysterious text or analyze hard-coded strings from captured network packets, malwares, and more.
    - [lfs](https://github.com/Canop/lfs): A Linux utility to get information on filesystems; like `df` but better
    - [lsd](https://github.com/Peltoche/lsd): The next generation `ls` command (though personally I prefer `exa`)
  21. @sts10 sts10 revised this gist Nov 9, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [gptman](https://github.com/rust-disk-partition-management/gptman): "A GPT manager that allows you to copy partitions from one disk to another and more"
    - [grex](https://github.com/pemistahl/grex): A command-line tool and library for generating regular expressions from user-provided test cases
    - [htmlq](https://github.com/mgdm/htmlq): Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.
    - [hyperfine](https://github.com/sharkdp/hyperfine): Command-line benchmarking tool
  22. @sts10 sts10 revised this gist Nov 9, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -27,6 +27,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [htmlq](https://github.com/mgdm/htmlq): Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.
    - [hyperfine](https://github.com/sharkdp/hyperfine): Command-line benchmarking tool
    - [inlyne](https://github.com/trimental/inlyne): "GPU powered yet browsless tool to help you quickly view markdown files"
    - [jless](https://github.com/PaulJuliusMartinez/jless): "command-line JSON viewer designed for reading, exploring, and searching through JSON data."
    - [jql](https://github.com/yamafaktory/jql): A JSON query language CLI tool
    - [just](https://github.com/casey/just): Just a command runner (seems like an alternative to `make`)
    - [lemmeknow](https://github.com/swanandx/lemmeknow): Identify mysterious text or analyze hard-coded strings from captured network packets, malwares, and more.
    @@ -39,6 +40,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [monolith](https://github.com/y2z/monolith): Save complete web pages as a single HTML file
    - [ouch](https://github.com/ouch-org/ouch): "Painless compression and decompression for your terminal"
    - [pastel](https://github.com/sharkdp/pastel): A command-line tool to generate, analyze, convert and manipulate colors.
    - [printfn](https://github.com/printfn/fend): "Arbitrary-precision unit-aware calculator"
    - [procs](https://github.com/dalance/procs): A modern replacement for `ps` written in Rust
    - [qsv](https://github.com/jqnatividad/qsv): CSVs sliced, diced & analyzed. (A fork of `xsv`)
    - [rip](https://github.com/nivekuil/rip): A safe and ergonomic alternative to `rm`
  23. @sts10 sts10 revised this gist Nov 9, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
    - [felix](https://github.com/kyoheiu/felix): tui file manager with vim-like key mapping
    - [frum](https://github.com/TaKO8Ki/frum): A modern Ruby version manager written in Rust
    - [fselect](https://github.com/jhspetersson/fselect): "Find files with SQL-like queries"
    - [grex](https://github.com/pemistahl/grex): A command-line tool and library for generating regular expressions from user-provided test cases
    - [htmlq](https://github.com/mgdm/htmlq): Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.
    - [hyperfine](https://github.com/sharkdp/hyperfine): Command-line benchmarking tool
  24. @sts10 sts10 revised this gist Nov 4, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -45,6 +45,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [ripsecrets](https://github.com/sirwart/ripsecrets): Find secret keys in your code before commiting them to git. I've contributed to this one!
    - [sd](https://github.com/chmln/sd): Intuitive find & replace CLI (`sed` alternative).
    - [tealdear](https://github.com/dbrgn/tealdeer): A very fast implementation of `tldr` in Rust.
    - [teehee](https://github.com/Gskartwii/teehee): "A modal terminal hex editor"
    - [tin-summer](https://github.com/vmchale/tin-summer): Find build artifacts that are taking up disk space
    - [tokei](https://github.com/XAMPPRocky/tokei): Count your (lines of) code, quickly
    - [topgrade](https://github.com/topgrade-rs/topgrade): Upgrade all of your tools
  25. @sts10 sts10 revised this gist Nov 4, 2022. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -80,6 +80,9 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg

    See [this "Battle of the [Rust] text editors" post from 2022](https://matduggan.com/battle-of-the-text-editors/).

    ## Email clients
    - [himalaya](https://github.com/soywod/himalaya): "Command-line interface for email management"

    ## Other lists of Rust command line utilities

    - [lib.rs's list](https://lib.rs/command-line-utilities)
  26. @sts10 sts10 revised this gist Nov 4, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -34,8 +34,9 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [macchina](https://github.com/macchina-cli/macchina): Fast, minimal and customizable system information frontend.
    - [mdBook](https://github.com/rust-lang/mdBook): Create books from markdown files. Like Gitbook but implemented in Rust
    - [mdcat](https://github.com/lunaryorn/mdcat): Fancy `cat` for Markdown
    - [miniserve](https://github.com/svenstaro/miniserve) is a CLI tool to serve files and dirs over HTTP. I use this as a replacement for `python -m SimpleHTTPServer`, or whatever the latest version of that command is.
    - [miniserve](https://github.com/svenstaro/miniserve) is "a CLI tool to serve files and dirs over HTTP". I use this as a replacement for `python -m SimpleHTTPServer`, or whatever the latest version of that command is.
    - [monolith](https://github.com/y2z/monolith): Save complete web pages as a single HTML file
    - [ouch](https://github.com/ouch-org/ouch): "Painless compression and decompression for your terminal"
    - [pastel](https://github.com/sharkdp/pastel): A command-line tool to generate, analyze, convert and manipulate colors.
    - [procs](https://github.com/dalance/procs): A modern replacement for `ps` written in Rust
    - [qsv](https://github.com/jqnatividad/qsv): CSVs sliced, diced & analyzed. (A fork of `xsv`)
  27. @sts10 sts10 revised this gist Nov 2, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -16,6 +16,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [dog](https://github.com/ogham/dog): A command-line DNS client
    - [dua](https://github.com/Byron/dua-cli): "View disk space usage and delete unwanted data, fast."
    - [dust](https://github.com/bootandy/dust): "a more intuitive version of `du` in Rust"
    - [eva](https://github.com/nerdypepper/eva): "a calculator REPL, similar to bc(1)"
    - [exa](https://the.exa.website/): "A modern version of `ls`"
    - [fclones](https://github.com/pkolaczk/fclones): an "efficient duplicate file finder"
    - [fd](https://github.com/sharkdp/fd): "A simple, fast and user-friendly alternative to `find`"
  28. @sts10 sts10 revised this gist Oct 25, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [tealdear](https://github.com/dbrgn/tealdeer): A very fast implementation of `tldr` in Rust.
    - [tin-summer](https://github.com/vmchale/tin-summer): Find build artifacts that are taking up disk space
    - [tokei](https://github.com/XAMPPRocky/tokei): Count your (lines of) code, quickly
    - [topgrade](https://github.com/r-darwish/topgrade): Upgrade all of your tools
    - [topgrade](https://github.com/topgrade-rs/topgrade): Upgrade all of your tools
    - [watchexec](https://github.com/watchexec/watchexec): Execute commands in response to file modifications. (Note: See [cargo watch](https://github.com/watchexec/cargo-watch) if you want to watch a Rust project.)
    - [xcp](https://github.com/tarka/xcp): An extended `cp`
    - [xh](https://github.com/ducaale/xh): "Friendly and fast tool for sending HTTP requests"
  29. @sts10 sts10 revised this gist Oct 22, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -27,6 +27,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [inlyne](https://github.com/trimental/inlyne): "GPU powered yet browsless tool to help you quickly view markdown files"
    - [jql](https://github.com/yamafaktory/jql): A JSON query language CLI tool
    - [just](https://github.com/casey/just): Just a command runner (seems like an alternative to `make`)
    - [lemmeknow](https://github.com/swanandx/lemmeknow): Identify mysterious text or analyze hard-coded strings from captured network packets, malwares, and more.
    - [lfs](https://github.com/Canop/lfs): A Linux utility to get information on filesystems; like `df` but better
    - [lsd](https://github.com/Peltoche/lsd): The next generation `ls` command (though personally I prefer `exa`)
    - [macchina](https://github.com/macchina-cli/macchina): Fast, minimal and customizable system information frontend.
  30. @sts10 sts10 revised this gist Oct 14, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions rust-command-line-utilities.markdown
    Original file line number Diff line number Diff line change
    @@ -64,6 +64,7 @@ The ones I use regularly include: bat, dust, exa, fd, hyperfine, miniserve, ripg
    - [Alacritty](https://github.com/alacritty/alacritty): A cross-platform, OpenGL terminal emulator.
    - [Wezterm](https://github.com/wez/wezterm): A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
    - [Starship](https://starship.rs/): Customizable prompt for any shell.
    - [Zellij](https://github.com/zellij-org/zellij): A terminal workspace with batteries included.

    ## Text editors written in Rust
    - [amp](https://github.com/jmacdonald/amp)