farjs-app
Version:
FAR.js - Cross-platform File and Archive Manager app in your terminal
52 lines (34 loc) • 2.28 kB
Markdown
[](https://github.com/farjs/farjs/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amain)
[](https://coveralls.io/github/farjs/farjs?branch=main)
[](https://www.npmjs.com/package/farjs-app)
[](https://openbase.com/js/farjs-app?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
[](https://www.scala-js.org)
[](https://vshymanskyy.github.io/StandWithUkraine)
[](https://vshymanskyy.github.io/StandWithUkraine)
[](https://vshymanskyy.github.io/StandWithUkraine/)
## FAR.js
Good old Windows **F**ile and **AR**chive Manager
([FAR](https://en.wikipedia.org/wiki/Far_Manager)) app built with:
[Scala.js](https://www.scala-js.org/),
[React.js](https://reactjs.org/),
[react-blessed](https://github.com/Yomguithereal/react-blessed),
[blessed](https://github.com/chjj/blessed)
Runs on [Node.js](https://nodejs.org/), thus cross-platform:
* `Mac OS X` (primary support in [iTerm2](https://iterm2.com/) terminal)
* `Windows` (primary support in [Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/))
* `Linux`
## Install
To install (or upgrade) it on your computer use the following command:
``` bash
$ npm i -g farjs-app
```
then you can run the application from your favorite terminal:
``` bash
$ farjs
```

## Documentation
Please, visit [FAR.js](https://farjs.github.io) web-site
for the full documentation.
## Contributing
See [develop.md](https://github.com/farjs/farjs/blob/main/develop.md)