orhun, to rust
@orhun@fosstodon.org avatar

Can't believe this is now possible in the terminal! 🤯

🌀 bevy_ratatui_render: A Bevy plugin for rendering a Bevy app to the terminal using Ratatui.

🦀 Written in Rust | Built with @ratatui_rs & @bevy

⭐ GitHub: https://github.com/cxreiff/bevy_ratatui_render

video/mp4

hko,
@hko@fosstodon.org avatar

@orhun that looks unreal O_o

gregorni, to random
@gregorni@fosstodon.org avatar

When will I learn to only use rm -rf if rm -r fails?

visone,
@visone@fosstodon.org avatar

@gregorni
I usually tattoo them in my forehead ....xdddd

gjherbiet, to macos
@gjherbiet@mamot.fr avatar

Moving away from #iTerm2 back to #macOS #terminal and would like the app to close when you quit your last shell? Add the following to ~/.zlogout :

if [ "$(ps | wc -l)" -eq 4 ]  
then  
 osascript -e "do shell script \"osascript -e \\\"tell application \\\\\\\"Terminal\\\\\\\" to quit\\\" &> /dev/null &\""  
 exit  
fi  

Yes, that’s a lot of backslashes but we are doing #AppleScript inside #ZSH, inside #AppleScript inside #ZSH

jpmens,
@jpmens@mastodon.social avatar

@gjherbiet auto copy to clipboard when selecting or clicking in iTerm2 is one of the main features I want to keep it for.

And, as I mentioned earlier today here, as the chat-gpt stuff is opt-in, I shrug it off. :-)

kubikpixel, to Humor
@kubikpixel@chaos.social avatar
orhun, to rust
@orhun@fosstodon.org avatar

Today I found a tool for presenting on the terminal! 🔥

🌊 presenterm: A markdown terminal slideshow tool.

🚀 Supports images, GIFs, code highlighting and more!

🦀 Written in Rust!

⭐ GitHub: https://github.com/mfontanini/presenterm

video/mp4

martijn,
@martijn@ieji.de avatar

@orhun damn I just used reveal.js, contestant for my next presentation then! 😍

tripplehelix, to Twitch
@tripplehelix@fosstodon.org avatar
outofcontrol, to linux
@outofcontrol@phpc.social avatar

Given the iTerm hullabaloo, I tried Kitty (https://sw.kovidgoyal.net/kitty/). And I am unsure why I didn’t try it sooner, except having not heard of it. As a macOS and Linux user, it is more responsive, and miles easier to configure. Took about 15 minutes to get just how I had iTerm, and having all my configs in a simple .conf file means I can integrate with my dotfiles repo quite nicely. Bye-bye iTerm.

#saynotoai #noai #terminal #linux #macos #notphp

vyoma, to ubuntu
@vyoma@mastodon.world avatar

Good bye and hello

For quite a while now, I have relied on terminal into my Windows Subsystem for Linux on my main workstation, as my daily driver. While it works all right for most cases, there are certain compatibility issues that requires a "... in WSL" search term for documentations/issues.

Close to a month now I have been using a only VM on my cluster. For ones who can roll this out, this seems the best approach.

vyoma,
@vyoma@mastodon.world avatar

@AngryAnt @elan The reason I have not switched to Linux DE is mainly due to certain Microsoft productivity apps required for consulting work I do for corporate/enterprises.

I just need to figure out a workflow where I can switch Windows to a secondary workstation/VM and then I would switch to Linux DE.

AngryAnt,
@AngryAnt@mastodon.gamedev.place avatar

@vyoma @elan Oh, sorry I intended to ask Elan abut his multi-monitor concerns :)

kali, to linux
@kali@cyberpunk.lol avatar

Hey #Linux users of fedi- what #terminal emulator do you use? I'm looking for a QT, Wayland-compatible emulator to use. I don't really like Konsole and I've been having bugs in Tabby, so figured I'd ask here

TIA :)

visone,
@visone@fosstodon.org avatar

@kali
One more to foot. It's server mode.... buff!!! Impresive!!

orhun, to rust
@orhun@fosstodon.org avatar

I'm so excited to announce the new version of Ratatui — with the brand new forum for Rust & TUI enthusiasts! 🥳

🚀 Join us here: https://forum.ratatui.rs

🦀 Ratatui is a Rust library for cooking up terminal user interfaces (@ratatui_rs)

✨ Release highlights: https://ratatui.rs/highlights/v0263

⭐ GitHub: https://github.com/ratatui-org/ratatui

#rustlang #tui #ratatui #library #terminal #forum #release

video/mp4

Uraael, (edited ) to linux

Given the importance placed on CLI usage by many in the Linux community it's weird that a terminal isn't open by default on many Distros. Today I remembered that while on Antergos a few years ago I'd installed a terminal that you could call simply by pressing a hotkey.

Enter Yakuake ("Yah-quake")

Yakuake smoothly drops down from the top of your screen in response to the hotkey (the default is F12) and voila!: a ready to use terminal! Add it to Autostart and it'll run whenever you run a session of Linux, forever saving you having to load Konsole (or whatever) every time you want to use it.

And as I'm running KDE the fact it uses Konsole tech means it has that familiar look and feel, but shows Session tabbing by default foregrounding the ability to run separate terminal sessions and putting it within easy reach of GUI users and a mouse-click.

What Terminals do you folks run with?

#Linux #Terminal #Yakuake #KDE #Konsole #LinuxIsAwesome

SirBoostALot,
@SirBoostALot@hear-me.social avatar

@sageofredondo @Uraael I did not know that Gnome terminal has those capabilities but I think I still prefer Tabby a little more, and iTerm2 on the Mac a lot more.

Uraael, (edited )

@SirBoostALot @sageofredondo

I took a look at iTerm2's features page yesterday. I can see why you'd like it: several of those features are unique to Terminal software in my experience and I get the feeling if you got used to them they'd be hard to give up. I feel the same way about the Vivaldi browser; it becomes actually painful doing without those exclusive niceites.

gregorni, to GNOME
@gregorni@fosstodon.org avatar

I'm already in love with the Ptyxis terminal. The fact that I no longer need to type toolbox enter fedora every time I open the terminal is just 🤌

#Ptyxis #Terminal #toolbx #toolbox #GNOME

lobau,
@lobau@noodle.social avatar

@gregorni I've been using "toolbox enter" as a custom command in Black Box. It works great!

gregorni,
@gregorni@fosstodon.org avatar

@lobau Oh! Nice workaround!

orhun, to rust
@orhun@fosstodon.org avatar

New terminal game is being cooked! 👨‍🍳

🌌 astray: A TUI-based space strategy game.

🚀 Fully customizable spaceships and spaceship parts.
🛰️ Real orbit calculations and maneuvers.
🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/Vinermy/astray

julienbarnoin, to programming
@julienbarnoin@mastodon.gamedev.place avatar

Nowadays terminals and other text views can get rendered with GPU acceleration support, like the kitty terminal that I use.

🤔 That means we could get bloom, chromatic aberration, distortion, depth of field and other post process effects into our terminals, what are we waiting for?

hamoid,
@hamoid@genart.social avatar
orhun, to rust
@orhun@fosstodon.org avatar

Do you use Jira? Sorry to hear that.
At least there is a TUI for it! 🔥

🔧 jirust: Jira terminal UI.

🚀 Supports listing projects, moving tickets and more!
👀 Demo: https://youtu.be/gRgz1M30q9I

🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/Code-Militia/jirust

video/mp4

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