FAR.js - Cross-platform File and Archive Manager app in your terminal
npm install farjs-app








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:
`` bash`
npm i -g farjs-app
then you can run the application (using node) from your favorite terminal:
` bash`
farjs
To run using bun use:
` bash``
bun $(which farjs)
Please, visit FAR.js web-site
for the full documentation.
See develop.md