https://github.com/farjs/farjs
FAR.js - Cross-platform File and ARchive manager app
https://github.com/farjs/farjs
blessed bun cli cli-app farmanager file-manager filemanagement filemanager filemanager-ui plugin-system productivity react react-blessed reactjs terminal-app terminal-based
Last synced: about 1 month ago
JSON representation
FAR.js - Cross-platform File and ARchive manager app
- Host: GitHub
- URL: https://github.com/farjs/farjs
- Owner: farjs
- License: mit
- Created: 2019-04-03T08:39:43.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T17:50:00.000Z (about 1 month ago)
- Last Synced: 2025-04-02T08:05:58.100Z (about 1 month ago)
- Topics: blessed, bun, cli, cli-app, farmanager, file-manager, filemanagement, filemanager, filemanager-ui, plugin-system, productivity, react, react-blessed, reactjs, terminal-app, terminal-based
- Language: Scala
- Homepage: https://farjs.github.io
- Size: 3.38 MB
- Stars: 40
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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)