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: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T21:59:20.000Z (5 months ago)
- Last Synced: 2025-01-24T05:24:29.313Z (4 months ago)
- Topics: cli, cli-tool
- Language: Shell
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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
```