40 lines
691 B
Plaintext
40 lines
691 B
Plaintext
|
# majc
|
||
|
```
|
||
|
__
|
||
|
_____ _____ |__| ____
|
||
|
/ \ \__ \ | |_/ ___\
|
||
|
| Y Y \ / __ \_ | |\ \___
|
||
|
|__|_| /(____ //\__| | \___ >
|
||
|
\/ \/ \______| \/
|
||
|
```
|
||
|
A curses client for Gemini!
|
||
|
|
||
|
## Homepage
|
||
|
The main homepage for majc is on tulpa.dev:
|
||
|
=> https://tulpa.dev/cadey/maj
|
||
|
|
||
|
## Installation
|
||
|
majc can be installed using Nix:
|
||
|
|
||
|
```
|
||
|
$ nix-env -if https://tulpa.dev/cadey/maj/archive/master.tar.gz -A majc
|
||
|
```
|
||
|
|
||
|
Then you can run it with `majc`:
|
||
|
|
||
|
```
|
||
|
$ majc
|
||
|
```
|
||
|
|
||
|
## Important Keys
|
||
|
<esc>: opens the menubar
|
||
|
c: closes the active window
|
||
|
o: prompts to open a URL
|
||
|
q: quits majc
|
||
|
?: shows this screen
|
||
|
~: toggles the debug logging pane
|
||
|
|
||
|
---
|
||
|
|
||
|
=> . Go back
|