Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxwastakenyt/caffesh
A shell enhancer, worse than both fish-shell and bash
https://github.com/maxwastakenyt/caffesh
arch bash coffee debian fish gnu linux sh
Last synced: 2 months ago
JSON representation
A shell enhancer, worse than both fish-shell and bash
- Host: GitHub
- URL: https://github.com/maxwastakenyt/caffesh
- Owner: MaxWasTakenYT
- Created: 2024-09-30T14:31:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T19:36:57.000Z (2 months ago)
- Last Synced: 2024-11-08T20:29:08.587Z (2 months ago)
- Topics: arch, bash, coffee, debian, fish, gnu, linux, sh
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ☕CAFFEsh
### [n!] project abandoned and archived as of nov. 8, 2024
A shell enhancer, worse than both [fish-shell](https://github.com/fish-shell/fish-shell) and [bash](https://www.gnu.org/software/bash/)## 📒How to make yourself a CAFFEsh
I personally recommend you to use the [installer](https://github.com/MaxWasTakenYT/CAFFEsh/raw/refs/heads/main/get-csh) which is (probably) easier, you can also compile the installer yourself using `gcc`
### 🍵Installing with `get-Csh` / Pros
* You won't ever need to update `get-Csh` since it downloads files from the repository
* If there's an update for `CAFFEsh`, you can click install it in two clicks, without breaking anything### 🤓Compiling yourself / Pros
* Not many actually, you waste a bit of time too
#### 😖Compiling yourself / Notes
* If you are using `gcc` to compile CAFFEsh, you'll need to parse the `-lstdc++` option (e.g. `gcc -o caffesh caffesh.cpp -lstdc++`)
* Remember to give the executable permissions after compiling: `chmod +x ./caffesh`
###### { jstmax! } @ { 62 69 74 2E 6C 79 2F 6D 78 5F 69 6E 66 6F }