FIMA (File Manager) is a simple and fast file manager, written in C++.
Warning
This program is in its early stage of development, so there might be some bugs.
All the mappings of FIMA are stored in a JSON format and thus they can be changed to be however you want without changing the program source code.
The same applies for languages specifications.
They are located here:
FIMA_CONFIG_PATH/langauges_spec.jsonFIMA_CONFIG_PATH/mappings/directory_icon.jsonFIMA_CONFIG_PATH/mappings/language_family.jsonFIMA_CONFIG_PATH/mappings/language_name.jsonFIMA_CONFIG_PATH/mappings/language_icon.json
FIMA supports a config file in TOML format, it will be located here in
FIMA_CONFIG_PATH/config.toml.
If the file doesn't exists it will create it
Example file:
[ls]
icons = true
long = true
verbose = true
[cloc]
ignore = ["CLI11.hpp"]
[tree]
no-tui = true- add the following commands:
-
create -
remove -
copy -
rename -
permissions -
cloc -
info
-
- add config file support (TOML format)
See CONTRIBUTING.md if you want to contribute!
This product is under the GPL 3.0 license, see LICENSE for more details.