https://github.com/ghaerr/fm
Very small file browser for UNIX terminals
https://github.com/ghaerr/fm
Last synced: about 1 year ago
JSON representation
Very small file browser for UNIX terminals
- Host: GitHub
- URL: https://github.com/ghaerr/fm
- Owner: ghaerr
- License: other
- Created: 2022-07-24T17:37:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:58:27.000Z (over 3 years ago)
- Last Synced: 2023-03-01T09:52:11.085Z (over 3 years ago)
- Language: C
- Size: 1010 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tiny file manager for UNIX and ELKS
This project is forked from `noice` (https://git.2f30.org/noice/), a small file browser.
Thanks to lostd and sin at `2f30.org` for a well-written program with which to start from.
The goal of this project is to produce a very small file manager/browser
that can run identically on UNIX ANSI terminals, as well as the ELKS 16-bit
Linux operating system.
As such, the `ncurses` library dependency is removed, as all terminal
sequences are output using ANSI x3.64 standard, including color output
sequences as well as arrow key and mouse wheel input parsing, using
a small set of included routines.
This is a work in progress.
# How do I compile/run it?
For UNIX, type `make`.
For ELKS, type `make -f Makefile.elks`.
The resulting output executable is `fm`.
# What keys are used to operate the program?
The file [HOWTO](https://github.com/ghaerr/fm/blob/master/HOWTO) describes
the keystrokes to browse a filesystem.
For more information, refer to the man page.
## Screenshots
`fm` file manager running on macOS
