From 79b6584a1e2cac5afc22afb058feec2878a4d191 Mon Sep 17 00:00:00 2001 From: 299792458ms <152849182+299792458ms@users.noreply.github.com> Date: Sat, 26 Oct 2024 20:26:12 +0000 Subject: [PATCH] Add File-Managers to Useful Utilities (#829) * Add File-Managers.md - add file managers info on File-Managers.md with weight 10 - update Other.md weight to 11 - insert link to File-Managers in the index * Fix File-Managers.md Punctuation * Update File-Managers.md - reword description for consistency - remove redundant info - fix pcmanfm typo - remove tui extentions --- pages/Useful Utilities/File-Managers.md | 24 ++++++++++++++++++++++++ pages/Useful Utilities/Other.md | 2 +- pages/Useful Utilities/_index.md | 2 ++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 pages/Useful Utilities/File-Managers.md diff --git a/pages/Useful Utilities/File-Managers.md b/pages/Useful Utilities/File-Managers.md new file mode 100644 index 0000000..e8449fe --- /dev/null +++ b/pages/Useful Utilities/File-Managers.md @@ -0,0 +1,24 @@ +--- +weight: 10 +title: File Managers +--- + +## GUI + +- [dolphin](https://github.com/KDE/dolphin): File manager by KDE. +- [nautilus](https://apps.gnome.org/en/Nautilus/): File manager by Gnome. + - [nautilus-admin-gtk4](https://github.com/MacTavishAO/nautilus-admin-gtk4): Open files with elevated privileges. + - [nautilus-image-converter](https://gitlab.gnome.org/coreyberla/nautilus-image-converter): Resize and rotate images. + - [nautilus-open-any-terminal](https://github.com/Stunkymonkey/nautilus-open-any-terminal): Open terminals in selected directory. +- [nemo](https://github.com/linuxmint/nemo): File manager by Cinnamon. + - [nemo-fileroller](https://github.com/linuxmint/nemo-extensions/tree/master/nemo-fileroller): File archiver extension. + - [nemo-terminal](https://github.com/linuxmint/nemo-extensions/tree/master/nemo-terminal): Embedded terminal window. +- [pcmanfm](https://github.com/lxde/pcmanfm): File manager by LXDE. +- [thunar](https://github.com/neilbrown/thunar): File manager by XFCE. + +## TUI + +- [nnn](https://github.com/jarun/nnn): n³ The Unorthodox terminal file manager. +- [ranger](https://github.com/ranger/ranger): A VIM-inspired filemanager for the console. +- [superfile](https://github.com/yorukot/superfile): Pretty fancy and modern terminal file manager. +- [yazi](https://yazi-rs.github.io/): Blazing fast terminal file manager written in Rust, based on async I/O. diff --git a/pages/Useful Utilities/Other.md b/pages/Useful Utilities/Other.md index 1fb4a46..eff6372 100644 --- a/pages/Useful Utilities/Other.md +++ b/pages/Useful Utilities/Other.md @@ -1,5 +1,5 @@ --- -weight: 10 +weight: 11 title: Other --- diff --git a/pages/Useful Utilities/_index.md b/pages/Useful Utilities/_index.md index fff26ca..e164e07 100644 --- a/pages/Useful Utilities/_index.md +++ b/pages/Useful Utilities/_index.md @@ -28,4 +28,6 @@ Hyprland working. - **[Hyprland Desktop Portal](./xdg-desktop-portal-hyprland)** +- **[File Managers](./File-Managers)** + - **[Other](./Other)**