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)**