mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
25 lines
1.4 KiB
Markdown
25 lines
1.4 KiB
Markdown
|
---
|
||
|
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.
|