stevensanderson, to programming
@stevensanderson@mstdn.social avatar

I thought this was cool and bookmarked it

https://www.terminaltemple.com/

#Programming #Linux #Unix #Terminal

orhun, to rust
@orhun@fosstodon.org avatar

Here is how you can use ChatGPT in your terminal - with an interface! 🔥

🦾 tenere: TUI for LLMs written in Rust.

🚀 Supports ChatGPT, llama.cpp & ollama

🦀 Built with @ratatui_rs

⭐ GitHub: https://github.com/pythops/tenere

video/mp4

gnulinux, to nano German
@gnulinux@social.anoxinon.de avatar

Serie: Ablenkungsfreies Schreiben - Nano

Nano ist ein einfacher und portabler Terminal-Editor. In diesem Artikel erfahrt ihr, wie er sich als ablenkungsfreie Schreibumgebung einrichten lässt. Das ist gar nicht schwer.

#Nano #Terminal #ablenkungsfrei #Schreiben #Linux

https://gnulinux.ch/serie-ablenkungsfreies-schreiben-nano

orhun, to rust
@orhun@fosstodon.org avatar

Released the new version of one of my TUI projects! 🚀

🔐 gpg-tui: Manage your GnuPG keys with ease!

🚀 View, edit, export, sign your GPG keys with an easy-to-use interface.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/orhun/gpg-tui

#rustlang #ratatui #tui #gpg #gnupg #terminal #interface

video/mp4

monospace, to linux
@monospace@floss.social avatar

Tip for Linux shell beginners: Execute a second command only if the first one failed.

command_1 || command 2

Background: This compound command uses the result code returned by command_1 with the "shortcircuit" behaviour of the "logical OR" || operator.

stefano, to random
@stefano@bsd.cafe avatar
Xanatos, to random German
@Xanatos@mastodon.gamedev.place avatar

I currently try to find a good TUI application to extend my git experience.
I did test the following applications the last months:

Since gitui does not allow commit signing at the moment I can't use it. Tig feels fine with the customization but lazygit is more appealing in my opinion. Both feel really good. What do you use, any recommendations?

#Developer #Git #Terminal #TUI

kubikpixel, to rust
@kubikpixel@chaos.social avatar

Just discovered 'presenterm' and have to try it out. I like #terminal and #Rust, so I might need it sometime. The nice thing about this #RustLang solution is that it uses #markdown and I also like this a lot to create #documentation and #presentation.

📽️ https://mfontanini.github.io/presenterm/

presenterm animated demo

davep, to python
@davep@fosstodon.org avatar

Having a retro #Python #Terminal moment with #Textual and cool-retro-term.

video/mp4

nojhan, to random
@nojhan@mamot.fr avatar

"Slides": terminal-based presentation tool.
https://github.com/maaslalani/slides
The name is shit, but the idea is genius.
"You will be able to access the presentation hosted over SSH!"
#terminal #cli

gnulinux, to ilaughed German
@gnulinux@social.anoxinon.de avatar

Linux Terminal für Einsteiger

Ist das Linux-Terminal neu für dich? Ich erkläre dir detailliert, wie du im Terminal navigieren kannst. Ausserdem zeige ich dir, wie du Dateiberechtigungen verstehst und selbstständig bearbeiten kannst.

#Terminal #Einsteiger #Anleitung #Schritt_für_Schritt_Tutorial #SpaceFun #TuxWiz #Video #Linux

https://gnulinux.ch/linux-terminal-für-einsteiger

adamsdesk, (edited ) to Help
@adamsdesk@fosstodon.org avatar

🚨 Help Wanted 🚨

Can anyone tell me how to make fzf refresh or reload right after a key binding command completes? So you would only press one key binding, not press the desired key binding and then another to reload.

#AskFedi #AskMastodon #help #commandline #CLI #terminal

scy, to linux
@scy@chaos.social avatar

Nice trick for retrieving the current cursor position in bash:

IFS=';' read -sdR -p $'\E6n' row col && echo "row ${row#*[} column $col"

https://unix.stackexchange.com/a/183121

This is not POSIX-compatible though because of the flags in read.

I've used this to add an empty line in front of all of my shell prompts, except when on the top of the screen (i.e. in a new shell).

https://codeberg.org/scy/dotfiles/commit/f18000298473f78540723224e8f73971e26996ac

[

behindtheconsole, to VintageComputing
orhun, to rust
@orhun@fosstodon.org avatar

Say hi to Gitu! — A TUI Git client inspired by Magit ✨

🚀 Stage, commit and use other essential Git functions in your terminal!

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/altsem/gitu

video/mp4

monospace, to linux
@monospace@floss.social avatar

Have you ever frozen your Linux terminal by accidentally pressing Ctrl+s? That's a feature to stop it from scrolling off, and you can unfreeze it by pressing Ctrl+q.

monospace, to linux
@monospace@floss.social avatar

Did you know there are variants of common Linux shell tools that have decompression function built in? For example, instead of first uncompressing a file to then view it in less, you can simply use zless.

There's also zcat, zgrep, zcmp andzdiff.

#Linux #Shell #Terminal

anders, to ai
@anders@mastodon.cyborch.com avatar

I got curious about the Warp terminal’s cloud connectivity requirements, so I killed the app, turned off wifi and started it again.

Everything worked fine, including tab-completions.

So yeah, “Having a terminal installed which is only operational with an active cloud connection is really stupid” - but that isn’t actually the case with Warp terminal.

From: @Abandoned
https://social.tchncs.de/@Abandoned/112013384460588499

orhun, to rust
@orhun@fosstodon.org avatar

Do you use Matrix for chatting? Do you like Vim? I got the perfect tool for you. ✨

📨 iamb: A Matrix client for Vim addicts.
💬 Use Vim keybindings for message editing, window navigation, and tab management in your terminal!

🔗 Docs: https://iamb.chat
⭐ GitHub: https://github.com/ulyssa/iamb

🦀 @matrix + @ratatui_rs

#rustlang #tui #ratatui #matrix #client #messaging #vim #neovim #terminal

video/mp4

krishnadraws, to linux
@krishnadraws@mastodon.social avatar

Is there a terminal command that will list my five last installed terminal apps? I tend to install such apps and, later, forget what the name of the app is that I installed. #terminal #linux #homebrew

orhun, to rust
@orhun@fosstodon.org avatar

Terminal user interfaces are getting out of hand!

Last night I found myself playing Hattrick with a stranger over SSH 🤯

🏒 ssHattrick: Multiplayer game that you can play over SSH.
🦀 Written in Rust & built with @ratatui_rs
🎮 Try it out: "ssh frittura.org -p 2020"

⭐ GitHub: https://github.com/ricott1/sshattrick

#rustlang #tui #ratatui #terminal #game

video/mp4

codemonkeymike, to GNOME

Ok, now that i'm spending more time in the #terminal for #HelixEditor, i'm also checking out things like #yazi and realizing the default #gnome terminal is OKAY, but lacking some features.

What #linux terminal app do y'all use? Kitty? Foot? there are many

ajblue98, to gpt

Introducing CLIx, the Command Line Translator

I made a #gpt for anyone wanting to translate between/learn how to use the #commandline in

Just type in a command you already know or ask it how to do something, and you'll get a straight-to-the-point answer for all three systems.


#ChatGPT, #CLI, #command_line

https://chat.openai.com/g/g-TXY7TIuRn-clix-command-line-translator

dgoosens, to rust
@dgoosens@phpc.social avatar

warp looks lie a very sexy #terminal app
and it's build in #rustlang

https://news.itsfoss.com/warp/

Theeo123, to linux
@Theeo123@mastodon.social avatar

https://www.omgubuntu.co.uk/2024/02/warp-terminal-official-linux-release

via: @omgubuntu

WARP is a new Closed-source Terminal written in Rust with AI built in, and it functions a lot like an IDE, rather than a traditional terminal.

The link above contains a really impressive demo video. The features are too numerous to list here, I highly suggest you click through and read the article at OMGUbuntu and watch the video.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • modclub
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • megavids
  • provamag3
  • normalnudes
  • Leos
  • lostlight
  • All magazines