Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arch-err/open
A cli tool that serves as an abstraction layer for opening files from the commandline
https://github.com/arch-err/open
cli cli-tool
Last synced: 10 days ago
JSON representation
A cli tool that serves as an abstraction layer for opening files from the commandline
- Host: GitHub
- URL: https://github.com/arch-err/open
- Owner: arch-err
- Created: 2024-05-07T19:53:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-11T21:59:20.000Z (23 days ago)
- Last Synced: 2025-01-11T22:32:53.155Z (23 days ago)
- Topics: cli, cli-tool
- Language: Shell
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner.png](assets/banner.png)
# Disclaimer:
**This is still a work in progress, please star this project and check back in later!**# Description
*open* is a cli tool that serves as an abstraction layer for opening files from the commandline.# Installation
## Dependencies
- [fzf](https://github.com/junegunn/fzf)
- [yq](https://github.com/mikefarah/yq)### Install dependencies
Arch-based distros:
```bash
sudo pacman -S fzf yq
```Debian/Ubuntu-based distros:
```bash
sudo apt install fzf yq
```