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?

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

davep, to python
@davep@fosstodon.org avatar

I’ve just released v0.14.0 of Tinboard, my client for the . This release adds the start of an application settings dialog, with the first couple of options letting you set the default value for the "private" and “read-later" state of new bookmarks.

https://blog.davep.org/2024/05/14/tinboard-0-14-0.html

kubikpixel, to web
@kubikpixel@chaos.social avatar

Logdy: Supercharge terminal logs with
web browser UI and low-code

🗒️ https://logdy.dev


governa, to linux
@governa@fosstodon.org avatar

How to Share Your Over the Web Using 🐧 :terminal:

https://linuxtldr.com/installing-ttyd/

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

Nano 8.0 - oder doch lieber Micro?

Nano, der Texteditor für die Kommandozeile, bietet in der neuesten Version Key-Bindings, die auch Normalsterbliche bedienen können.

https://gnulinux.ch/nano-8-0-oder-micro

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
davidbisset, to webdev
@davidbisset@phpc.social avatar

SuperFile is a "fancy and modern file manager".

https://github.com/MHNightCat/superfile

orhun, to rust
@orhun@fosstodon.org avatar

You can hack your neighbor's toothbrush with this TUI! 🪥

🌪️ blendr: The hacker's BLE (bluetooth low energy) browser terminal app.

🔥 Inspect, search, connect, and analyze data coming from BLE devices.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/dmtrKovalenko/blendr

ehmicky, to programming
@ehmicky@fosstodon.org avatar

We just released Execa 9, which is our biggest release so far.

If you're currently using Execa, you should check out the new features! Also, if you're currently using zx or Bun shell, you might be interesting in this alternative.

https://medium.com/@ehmicky/execa-9-release-d0d5daaa097f

ebel, to Bash
@ebel@moytura.org avatar

Any good cli/terminal spell checking programmes? Pass in a file, get an terminal interactive “replace this with that / ignore / add to dict.” workflow.

I remember using aspell(1) back in Ye Olden Days. Is that still the best?

:boost_ok:

aral, to random
@aral@mastodon.ar.al avatar

Just updated my WezTerm¹ configuration file. (In case you’re the kind of person that gets excited by such things.) 👋🤓

https://codeberg.org/aral/.config/src/branch/main/wezterm.lua

¹ https://wezfurlong.org/wezterm/

kevinctofel, to ai
@kevinctofel@hachyderm.io avatar

I had been meaning to look at using for local & today I caught this excellent video how-to. Still not sold on the current hype of AI but it would be foolish to overlook its place in our future.

Honestly, this little project was the most fun I’ve had in a while: installing/using different AI models, using AI in the , then in a , even creating a persona for the prompts. And it’s all running locally (no internet needed!), so it’s . 🤓

https://youtube.com/watch?v=Wjrdr0NU4Sk&si=x5I0kG2iwZGefc7d

davep, to python
@davep@fosstodon.org avatar

Doing some pre-dinner coding, working some more on my toy client for the .

https://www.youtube.com/watch?v=7dTwJQn_Ggw

davidbisset, to coffee
@davidbisset@phpc.social avatar

New startup sells through... SSH?

https://www.terminal.shop/

0xZogG, to neovim
@0xZogG@hachyderm.io avatar

Adjusting , , and various applications for my preferences to be more productive and less mouse dependant. Takes some time but fun and benefitial \o/

wervice, to linux
@wervice@fosstodon.org avatar

What do you think about the Warp

Warp terminal homepage: https://www.warp.dev/

davep, to python
@davep@fosstodon.org avatar

Going on stream to tinker some more with an Ollama client I’m building for myself: https://www.youtube.com/watch?v=LzHUdfR4PRg

tripplehelix, (edited ) to linux
@tripplehelix@fosstodon.org avatar

On the #Linux #Terminal, is there a way to list all #systemctl issues? For example, show the number of and which #services have issues, the same way cockpit does in the web interface?


Answer via @kura

systemctl list-units --state failed

You can find all states with

systemctl list-units --state help

or via @luap

systemctl --failed

governa, to linux
@governa@fosstodon.org avatar
gnulinux, to GNOME German
@gnulinux@social.anoxinon.de avatar

Einblick in gsettings

Eine kleine Anregung, wie man GNOME schnell und effektiv auf den eigenen Workflow anpassen kann.

https://gnulinux.ch/einblick-in-gsettings

tripplehelix, (edited ) to Twitch
@tripplehelix@fosstodon.org avatar

Made some major improvements to my following list and stream launcher, Twinge!

Should now work in smaller terminal windows and exits cleanly if crtl+c is used. I have also changed the colours to make what’s going on easier to see.

https://gitlab.com/tripplehelix/twinge

UmWerker, to linux
@UmWerker@todon.nl avatar

My initial inquiries in the and world reveal a surprising number of parallels. Anyone who is enthusiastic about an Internet away from the colorful, blinking surveillance industry is probably more willing to explore new avenues in this area. Although "gopher" is the older protocol, I sympathize with the new "gemini" - also for personal reasons 😉 With the program I will now take a closer look there.

imsnif, to linux
@imsnif@hachyderm.io avatar

Looking for some fun and quick hacking to do over the weekend that will improve your terminal experience?

Check out this screencast about session-management with Zellij:

https://zellij.dev/tutorials/session-management/

orhun, to rust
@orhun@fosstodon.org avatar

Do you like playing chess? Do you use terminal a lot?
Your wish is about to come true 🪄

chess-tui: Play chess in your terminal.

🔥 Supports playing against a chess engine.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: https://github.com/thomas-mauran/chess-tui

video/mp4

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