farjs-app
Version:
FAR.js - Cross-platform File and Archive Manager app in your terminal
53 lines (38 loc) • 2.56 kB
Markdown
[](https://vshymanskyy.github.io/StandWithUkraine)
[](https://vshymanskyy.github.io/StandWithUkraine)
[](https://vshymanskyy.github.io/StandWithUkraine/)
[](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://www.pkgstats.com/pkg:farjs-app)
[](https://packagephobia.com/result?p=farjs-app)
[](https://packagephobia.com/result?p=farjs-app)
## FAR.js
Good old Windows **F**ile and **AR**chive Manager
([FAR](https://en.wikipedia.org/wiki/Far_Manager)) app built with:
[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/) and [bun](https://bun.sh) on different platforms:
* `Mac OS X` (primary support in [iTerm2](https://iterm2.com/) and [WezTerm](https://wezfurlong.org/wezterm/))
* `Windows` (primary support in [WezTerm](https://wezfurlong.org/wezterm/) and [Windows Terminal](https://docs.microsoft.com/en-us/windows/terminal/))
* `Linux` (primary support in [WezTerm](https://wezfurlong.org/wezterm/))
## 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 (using node) from your favorite terminal:
``` bash
farjs
```
To run using [bun](https://bun.sh) use:
``` bash
bun $(which 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)