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
This commit is contained in:
299792458ms 2024-10-26 20:26:12 +00:00 committed by GitHub
parent d1d904f14d
commit 79b6584a1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 1 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
--- ---
weight: 10 weight: 11
title: Other title: Other
--- ---

View file

@ -28,4 +28,6 @@ Hyprland working.
- **[Hyprland Desktop Portal](./xdg-desktop-portal-hyprland)** - **[Hyprland Desktop Portal](./xdg-desktop-portal-hyprland)**
- **[File Managers](./File-Managers)**
- **[Other](./Other)** - **[Other](./Other)**