Metadata-Version: 2.1
Name: dragon-filemanager
Version: 1.0.0.post1
Summary: A command line file manager for Linux.
Home-page: https://github.com/chrys87/dragonfm/
Author: Chrys and Storm_dragon
Author-email: chrysg@linux-a11y.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Download-URL: https://github.com/chrys87/dragonfm/archive/1.0.0.tar.gz
Keywords: file,directory,folder,filemanager,a11y,accessibility,terminal,TTY,console
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Environment :: Console
License-File: LICENSE

# dragonFM
This commandline Filemanager is special made for accessibility and screenreader needs. 
to avoid stuff like hilight tracking, multisplitt windows and stuff with confusing information (like overlay menus).
thats why it is designed how it looks lilke.
dragonFM is plugin driven and fully configurable and supports:

- Folder navigation
- open files in CLI based on mimetypes
- tab navigation
- context menu
- search
- simple keybindings (similar to GUI filemanagers)
- history tracking
- favorites
- compress / decompress
- flexible plugin architecture
- copy/ cut/ paste/ delete/ rename
- create file/ folder/ link
- sorting
- type ahead and first letter navigation
- send file per mail
- send file per wormhole
- advanced selection handling
- open terminal
- goto [root,home,location]

# More information
https://www.patreon.com/posts/64904217

# Binding help
showkey -a
cat -v
https://invisible-island.net/ncurses/ncurses.faq.html#modified_keys
https://stackoverflow.com/questions/9750588/how-to-get-ctrl-shift-or-alt-with-getch-ncurses


