From 8242967e9615540c86e01d03c2d2b0af3873956b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 18 Jan 2024 11:04:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(README):=20add=20gtrash=20as?= =?UTF-8?q?=20a=20trash-cli=20app=20for=20the=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/README.md | 53 ++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/.github/README.md b/.github/README.md index 8ceb7d15..540751d4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -131,32 +131,33 @@ Here is all the information about my setup:
🖥️ CLI/TUI Apps -| 📚 Entry | ✨ App | -| -------------------------- | ------------------------------------------------------------------------------------------------ | -| **Shell** | 💖 [Fish](https://fishshell.com/) [:gear:](../.config/fish/) | -| **Terminal Emulator** | 💖 [Kitty](https://sw.kovidgoyal.net/kitty/) [:gear:](../.config/kitty/) | -| **Shell Prompt** | [Starship](https://starship.rs/) [:gear:](../.config/starship/) | -| **Shell History** | [Atuin](https://github.com/atuinsh/atuin) [:gear:](../.config/atuin/) | -| **CD Replacement** | 💖 [zoxide](https://github.com/ajeetdsouza/zoxide) | -| **LS Replacement** | [eza](https://github.com/eza-community/eza) | -| **Cat Replacement** | [bat](https://github.com/sharkdp/bat) [:gear:](../.config/bat/) | -| **Find Replacement** | [fd](https://github.com/sharkdp/fd) [:gear:](../.config/fd/) | -| **File Manager** | 💖 [Yazi](https://yazi-rs.github.io/) [:gear:](../.config/yazi/) | -| **Help Pages** | [Navi](https://github.com/denisidoro/navi) / [TLDR](https://tldr.sh/) [:gear:](../.config/navi/) | -| **Fuzzy File Finder** | 💖 [fzf](https://github.com/junegunn/fzf) | -| **Fuzzy Word Finder** | [Ripgrep](https://github.com/BurntSushi/ripgrep) [:gear:](../.config/rg/) | -| **Text Editor** | 💖 [Neovim](https://neovim.io/) [:gear:](../.config/nvim/) | -| **Git UI** | 💖 [Lazygit](https://github.com/jesseduffield/lazygit) [:gear:](../.config/lazygit/) | -| **Npm Manager UI** | [Lazynpm](https://github.com/jesseduffield/lazynpm) | -| **Docker UI** | [Lazydocker](https://github.com/jesseduffield/lazydocker) | -| **Arch Package Search UI** | [Pacseek](https://github.com/moson-mo/pacseek) [:gear:](../.config/pacseek/) | -| **Update Tool** | [Topgrade](https://github.com/topgrade-rs/topgrade) [:gear:](../.config/topgrade/) | -| **Audio Visualizer** | [Cava](https://github.com/karlstav/cava) [:gear:](../.config/cava/) | -| **System Monitor** | [btop](https://github.com/aristocratos/btop) [:gear:](../.config/btop/) | -| **GPU Monitor** | [nvtop](https://github.com/Syllo/nvtop) | -| **System Fetch** | [Neofetch](https://github.com/dylanaraps/neofetch) [:gear:](../.config/neofetch/) | -| **Git Fetch** | [Onefetch](https://github.com/o2sh/onefetch) | -| **Keybindings TUI** | [Keyb](https://github.com/kencx/keyb) [:gear:](../.config/keyb/) | +| 📚 Entry | ✨ App | +| --------------------------- | ------------------------------------------------------------------------------------------------ | +| **Shell** | 💖 [Fish](https://fishshell.com/) [:gear:](../.config/fish/) | +| **Terminal Emulator** | 💖 [Kitty](https://sw.kovidgoyal.net/kitty/) [:gear:](../.config/kitty/) | +| **Shell Prompt** | [Starship](https://starship.rs/) [:gear:](../.config/starship/) | +| **Text Editor** | 💖 [Neovim](https://neovim.io/) [:gear:](../.config/nvim/) | +| **Shell History** | [Atuin](https://github.com/atuinsh/atuin) [:gear:](../.config/atuin/) | +| **CD Replacement** | 💖 [zoxide](https://github.com/ajeetdsouza/zoxide) | +| **LS Replacement** | [eza](https://github.com/eza-community/eza) | +| **Cat Replacement** | [bat](https://github.com/sharkdp/bat) [:gear:](../.config/bat/) | +| **Find Replacement** | [fd](https://github.com/sharkdp/fd) [:gear:](../.config/fd/) | +| **File Manager** | 💖 [Yazi](https://yazi-rs.github.io/) [:gear:](../.config/yazi/) | +| **Help Pages** | [Navi](https://github.com/denisidoro/navi) / [TLDR](https://tldr.sh/) [:gear:](../.config/navi/) | +| **Fuzzy File Finder** | 💖 [fzf](https://github.com/junegunn/fzf) | +| **Fuzzy Word Finder** | [Ripgrep](https://github.com/BurntSushi/ripgrep) [:gear:](../.config/rg/) | +| **Git TUI** | 💖 [Lazygit](https://github.com/jesseduffield/lazygit) [:gear:](../.config/lazygit/) | +| **Npm Manager TUI** | [Lazynpm](https://github.com/jesseduffield/lazynpm) | +| **Docker TUI** | [Lazydocker](https://github.com/jesseduffield/lazydocker) | +| **Arch Package Search TUI** | [Pacseek](https://github.com/moson-mo/pacseek) [:gear:](../.config/pacseek/) | +| **Trash CLI** | [Gtrash](https://github.com/umlx5h/gtrash) | +| **Update Tool** | [Topgrade](https://github.com/topgrade-rs/topgrade) [:gear:](../.config/topgrade/) | +| **Audio Visualizer** | [Cava](https://github.com/karlstav/cava) [:gear:](../.config/cava/) | +| **System Monitor** | [btop](https://github.com/aristocratos/btop) [:gear:](../.config/btop/) | +| **GPU Monitor** | [nvtop](https://github.com/Syllo/nvtop) | +| **System Fetch** | [Neofetch](https://github.com/dylanaraps/neofetch) [:gear:](../.config/neofetch/) | +| **Git Fetch** | [Onefetch](https://github.com/o2sh/onefetch) | +| **Keybindings TUI** | [Keyb](https://github.com/kencx/keyb) [:gear:](../.config/keyb/) |