All Projects → FedeDP → Ncursesfm

FedeDP / Ncursesfm

Licence: gpl-3.0
Ncurses File Manager for linux

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ncursesfm

Pyfiling
Python script that organizes files in a folder or directory according to file type/extension.
Stars: ✭ 12 (-84.81%)
Mutual labels:  filemanager
Quasar Cloud Demo
Demo Project using Quasar & VueJs. Shows Vuex,Vuelidate,Axios etc...
Stars: ✭ 44 (-44.3%)
Mutual labels:  filemanager
Flow
A realtime log analyzer
Stars: ✭ 69 (-12.66%)
Mutual labels:  ncurses
Profanity
Ncurses based XMPP client
Stars: ✭ 966 (+1122.78%)
Mutual labels:  ncurses
Snoo
A Reddit command line client written in Node.js, using modern ES-features
Stars: ✭ 39 (-50.63%)
Mutual labels:  ncurses
React Filemanager
JavaScript File Manager Material Design Folder Explorer Navigator Browser Manager in React and Redux with Mobile support (with backends for Local Files and FTP)
Stars: ✭ 57 (-27.85%)
Mutual labels:  filemanager
Trek
Trek is a CLI/ncurses explorer for HashiCorp Nomad clusters.
Stars: ✭ 26 (-67.09%)
Mutual labels:  ncurses
Pacmixer
an alsamixer alike for PulseAudio.
Stars: ✭ 78 (-1.27%)
Mutual labels:  ncurses
Far2l
Linux port of FAR v2
Stars: ✭ 1,001 (+1167.09%)
Mutual labels:  filemanager
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+1322.78%)
Mutual labels:  filemanager
Filemanager
Android File Manager Demo
Stars: ✭ 36 (-54.43%)
Mutual labels:  filemanager
Toxic
An ncurses-based Tox client (please make pull requests on the development fork: https://github.com/toktok/toxic)
Stars: ✭ 987 (+1149.37%)
Mutual labels:  ncurses
Blazerat
🔥 Control your Linux home computer with telegram bot.
Stars: ✭ 60 (-24.05%)
Mutual labels:  filemanager
Yii2 Elfinder
elFinder file manager for Yii 2
Stars: ✭ 21 (-73.42%)
Mutual labels:  filemanager
Rubiks cube
rubik's cube that runs in your terminal!
Stars: ✭ 73 (-7.59%)
Mutual labels:  ncurses
Rogue Craft Sp
Rogue Craft is an ncurses based roguelike/sandbox/RPG game
Stars: ✭ 12 (-84.81%)
Mutual labels:  ncurses
Filemanager Ui
It is the graphical user interface File Manager, regardless of the backend, lets you work with PHP, Python, nodejs or another.
Stars: ✭ 44 (-44.3%)
Mutual labels:  filemanager
Lunik Torrent
Web torrent downloader and cloud storage.
Stars: ✭ 79 (+0%)
Mutual labels:  filemanager
Corewar
School 42 project // Implementation of programming game “Core War” [Champions + Assembler + Disassembler + Virtual Machine + Visualizer]
Stars: ✭ 76 (-3.8%)
Mutual labels:  ncurses
Webterminal
ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django
Stars: ✭ 1,124 (+1322.78%)
Mutual labels:  filemanager

builds.sr.ht status Codacy Badge

NcursesFM

Ncurses File Manager for linux

Written in C, with ncurses library, it aims to be as user friendly and lightweight as possible, while being good looking and simple.
Being simple doesn't imply being useless; indeed it is a full featured fm.
For a full list of features, deps and how to build, please refer to wiki pages.

Main features:

Remember that every shortcut in ncursesFM is case insensitive!

Press 'L' while in program to view a detailed helper message

  • Every feature you would expect by a basic FM.
  • Terminal window resize support.
  • i18n support: for now en, it, de, es_AR, fr (list of translators: https://github.com/FedeDP/ncursesFM/wiki/I18n#translators).
  • 2 tabs support. Their content is kept in sync. Jump between tabs with arrow keys (left/right).
  • config support through libconfig.
  • Basic mouse support.
  • Simple sysinfo monitor that will refresh every 30s: clock, battery and some system info.
  • Fast browse mode: enable it with ','. It lets you jump between files by just typing their names.
  • 4 sorting modes.
  • Stats support (permissions and sizes).
  • Inotify monitor to check for fs events in current opened directories.
  • Bookmarks support.
  • Search support: it will search your string in current directory tree. It can search your string inside archives too.
  • Basic print support through libcups.
  • Extract/compress files/folders through libarchive.
  • Powermanagement inhibition while processing a job (eg: while pasting a file) to avoid data loss.
  • Internal udisks2 monitor, to poll for new devices. It can automount new connected devices too. Device monitor will list only mountable devices, eg: dvd reader will not be listed until a cd/dvd is inserted.
  • Drives/usb sticks/ISO files (un)mount through udisks2.
  • Distro package files installation through packagekit.
  • libnotify support.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].