Sidebar

Command Line

"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line trevor 1 year ago 10%
bgammon.org - Online multiplayer backgammon service (AGPL) https://bgammon.org/

Announcing bgammon.org (online multiplayer backgammon) I have developed an entirely free and open source multiplayer backgammon service. You can try it out by visiting https://bgammon.org or by connecting via SSH: `ssh bgammon.org -p 5000` I would very much appreciate help with testing and feedback from anyone who knows how to play backgammon, or is interested in learning. The rules of backgammon are available here: https://bkgm.com/rules.html The password prompt is currently non-functional, and private lobbies are not yet available. Otherwise, the service is ready to test out, particularly the accuracy of the backgammon simulation. Because there are no accounts yet, everyone is logged in as a guest. A terminal-based client is available, and a graphical client is planned. The terminal-based client is available over the web at the link above. This is accomplished by using [GoTTY](https://github.com/sorenisanerd/gotty). Move pieces by dragging them or by clicking a source space and then a destination space. You may make multiple moves by dragging a checker directly to its final destination. The source code is available here: [server](https://code.rocketnine.space/tslocum/bgammon) & [client](https://code.rocketnine.space/tslocum/bgammon-cli). Feel free to contact me directly at trevor@rocket9labs.com with test results and feedback.

-16
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line trevor 1 year ago 33%
netris – Terminal-based multiplayer Tetris clone https://playnetris.com/

Also available via SSH: `ssh playnetris.com` Source code: https://code.rocket9labs.com/tslocum/netris

-3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line darkhz 1 year ago 100%
invidtui: A TUI based Invidious client github.com

Hello Lemmy, InvidTUI is a cross-platform Invidious client, which can: - Play/download audio and video - Search and view videos, playlists and channels, with comments and history support - Manage your track queue, and view track information with image - Save queue into a playlist M3U8 file, or open/edit existing playlist files - Authenticate with the selected instance, display user feeds, create/edit playlists and manage subscriptions. To facilitate the user experience, it also has a menu bar, to display menu options and their keybindings. Any feedback is appreciated.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line nydas 1 year ago 100%
Bash notes books.goalkicker.com

Thought you might appreciate this.

6
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line zeerooth 1 year ago 100%
transg-tui is a useful TUI for interacting with transmission torrent client github.com
8
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line 0x1C3B00DA 2 years ago 100%
Suffix aliases (-s) in Zsh www.stefanjudis.com
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line leanleft 2 years ago 100%
wiki-tui: wikipedia with tui tables https://builditluc.github.io/wiki-tui/

![](https://builditluc.github.io/wiki-tui/assets/images/preview-2.png)

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line WorksOnMyMachine 2 years ago 100%
Getting started with nmap ittavern.com
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line WorksOnMyMachine 2 years ago 85%
Getting started with tmux ittavern.com
5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line jorgesumle 2 years ago 100%
Reload Bash configuration (.bashrc) https://freakspot.net/en/reload-Bash-configuration/
1
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line sayanarijit 2 years ago 100%
qrscan - Scan a QR code in the terminal using the system camera or a given image github.com

I was looking for a way to scan a QR code on my mobile using my laptop, but couldn't find a perfect solution. So I ended up making this tool. Repo: https://github.com/sayanarijit/qrscan Language: Rust Supported platforms: Currently tested on Linux, but should also run on Unix, Linux, Mac, Windows I just published this, so expect a few bugs here and there. If found please report.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line mic 2 years ago 100%
Easy CLI budget calculator codeberg.org

Tired of collecting bank account data in order to get a grip on your spending? Get started easily with this simple daily budget calculator. Not a calculator for your next big expense. Only a straightforward answer to the question: How much can I spend today? Feedback welcome.

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line futsuka 2 years ago 100%
mdcat: cat for markdown, Show markdown documents in terminals codeberg.org
4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line lmemsm 3 years ago 100%
sixel en.wikipedia.org

Would be curious to know if anyone's had any experience using sixel. I've only seen a few framebuffer based Linux distributions. Wondering if sixel could be used in a similar way to avoid X Windows or Wayland. I saw a port of libsdl that outputs in sixel. Also started experimenting with mlterm which displays sixel. Would be curious to hear of others experiences working with sixel or other graphics formats that could potentially display well in console mode.

3
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line lmemsm 3 years ago 100%
pdftxt https://litcave.rudi.ir/

Thought I'd mention pdftxt. It translates pdf files to text using libmupdf. Haven't found anything more lightweight to do the same job. Would be curious if others have. There are some other interesting framebuffer and command line programs at the same site too.

4
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line futsuka 3 years ago 100%
himalaya: Command-line interface for email management github.com
3
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line ghost08 3 years ago 100%
photon - RSS reader as light as a photon with terminal + sixel https://git.sr.ht/~ghost08/photon
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line marcdw 3 years ago 100%
Termux Expert Launcher

I know there are some CLI junkies using Termux on their Android phones but the terminal has always been a separate app. Termux Expert Launcher changes that. Always at-the-ready terminal while being able to quickly launch Android apps when needed. Type a few letters and matching apps show up below. The command `app` by itself will present a scrollable list of installed apps. Been sticking with this for awhile now and liking it quite a bit. Best on larger devices. [Termux Expert Launcher](https://t-e-l.github.io/) #termux ![](https://lemmy.ml/pictrs/image/EFnQ2w0ghT.jpg) ![](https://lemmy.ml/pictrs/image/k5iAuVM9ZL.jpg) ![](https://lemmy.ml/pictrs/image/FZP4av6lHT.jpg) ![](https://lemmy.ml/pictrs/image/ZCTpbG1a4s.jpg) ![](https://lemmy.ml/pictrs/image/XwrzcK8Iuo.jpg)

7
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line leanleft 3 years ago 100%
lesspipe: cat filetypes github.com

pipe docs like pdf, archives, audio, and images in the terminal.

7
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line leanleft 3 years ago 100%
tmux terminal copy paste awhan.wordpress.com

use with lynx by pressing 'p' to print and output it to the screen/scrollback. then you can press '!' to drop to the terminal from lynx. ('exit' to go back to lynx). in the terminal you can copy anything you need from the scrollback page and paste it in a tmux space such as a different pane or window.

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line kelbot 3 years ago 100%
Are there any commadn line clients for lemmy?

I ready my feeds, browse gemini, control music playback and get on the fediverse in the terminal. A lemmy client would be a nice addition.

20
4
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line sayanarijit 3 years ago 100%
xplr - A hackable, minimal, fast TUI file explorer github.com

Also check out the vim plugin https://github.com/sayanarijit/xplr.vim

12
4
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line xe8 4 years ago 100%
How to install and use the Bitwarden command line password manager www.techrepublic.com
8
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line pizd3ts 4 years ago 100%
cmd.to - play Soundcloud tracks from the command line cmd.to
5
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line kelbot 4 years ago 100%
Tut - a Mastodon TUI github.com

A very well done TUI for the fediverse.

13
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line Ordoviz 4 years ago 100%
Linux Command Library https://linuxcommandlibrary.com/

Impressive resource

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line Ordoviz 4 years ago 100%
Bash one-liner challenge https://cmdchallenge.com/

Solve exercises by writing Bash one-liners. The server actually runs your commands and checks whether the output is correct. If you click on *View Solutions*, the correct commands other people entered are sorted by character count. So if you want, you can take the optional code golfing challenge. I gained some knowledge from solving the challenges and looking at the solutions. Mostly you will use `find` and `grep`.

10
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line muesli 4 years ago 100%
duf is like htop for disk usage github.com
16
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line eletrotupi 4 years ago 100%
danburzo/percollate: cli to generate beautifully formatted PDF, EPUB, or HTML files from web pages github.com
11
3
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line Ady 4 years ago 100%
chubin/wttr.in: check the weather from your terminal! github.com

wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers. Thanks to chubin for this.

7
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line SnowC0de 4 years ago 100%
rtv: Browse Reddit from your terminal github.com
7
5
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line KitaitiMakoto 4 years ago 100%
7 Awesome Rust-powered Command-line Utilities - Towards Data Science towardsdatascience.com

* starship * ripgrep * bat * tokei * exa * fd * procs

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line rmc0 4 years ago 100%
Broot : A better way to navigate directories (cli) github.com

Find some month ago, Just try, it's very fast for search something

10
2
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line u03c6 4 years ago 100%
Linux Man Pages -- Dash Dash dashdash.io

Technical documentation often looks and feels intimdating. Dash Dash takes the Unix (Linux, BSD, macOS) open source manual pages and sets the content in a beautiful set of typefaces while adding just a bit of animation and design. We hope this resource helps designers and non-technical folks appreciate and love the command line like we do!

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line Ordoviz 5 years ago 100%
frece: Maintain a database sorted by frecency (frequency recency) github.com

If you are currently using [z](https://github.com/rupa/z), [autojump](https://github.com/wting/autojump), [fasd](https://github.com/clvv/fasd) or similar, take a look at it. frece is the kind of tool that does one thing well and can be used in ways the authors didn’t think of. In my case it replaced mlocate. See [open-files-frece](https://gitlab.com/Ordoviz/scripts/-/blob/master/open-files-frece) and [frece-updatedb](https://gitlab.com/Ordoviz/scripts/-/blob/master/frece-updatedb). It is written in Rust and available in the [AUR](https://aur.archlinux.org/packages/frece).

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line AgreeableLandscape 5 years ago 100%
How to Parse JSON Files on the Linux Command Line with jq https://www.howtogeek.com/529219/how-to-parse-json-files-on-the-linux-command-line-with-jq/
3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
Command Line muesli 5 years ago 100%
glow - a stylish markdown viewer for the CLI https://github.com/charmbracelet/glow/
6
1