Good old Windows File and ARchive Manager (FAR) app built with: React.js, react-blessed, blessed
Runs on Node.js and bun on different platforms:
-
Mac OS X
(primary support in iTerm2 and WezTerm) -
Windows
(primary support in WezTerm and Windows Terminal) -
Linux
(primary support in WezTerm)
To install (or upgrade) it on your computer use the following command:
npm i -g farjs-app
then you can run the application (using node) from your favorite terminal:
farjs
To run using bun use:
bun $(which farjs)
Please, visit FAR.js web-site for the full documentation.
See develop.md