ReK2, to usenet

https://hispagatos.space/@rek2/112231145240283887 Stop Electron, stop using a browser as if it was an Operating System!!! Go #terminal #cli #TUI use your OS, not the browser for everything! And be liter, more ethical, your computer will love you! Use #Gemini #gopher #usenet #matrix #fediverse on TUI apps #vim #neovim as your text/IDE #mpv for videos and more... !!!

wick3dr0se, to linux

I wrote a matrix digital rain implementation in under 50 lines of pure Bash.. I chose Bash due to it being widely installed and extremely portable. With modern systems this shouldn't cause any noticable performance changes and seems more than efficent so far

Looking for feedback, contributions or whatever helps 😆. If it interest you at all, let me know what you think about it!

https://github.com/wick3dr0se/matrix

Matrix digital rain

ehmicky, to programming

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

hoyd, to random Norwegian

Forgot to give a name to a screen when starting it? Find the id with $ screen -list and rename it like this: $ screen -rd id_number -X sessionname new_screen_name

@climagic
@nixCraft

davidbisset, to llm
@davidbisset@phpc.social avatar

Termax is an agent in your that converts natural language to commands. Able to run on Windows, macOS, and Linux.

https://github.com/huangyz0918/termax

mahryekuh, to til
@mahryekuh@fosstodon.org avatar

Today, I learned that the output of the beloved "tree" command-line tool is unusable for screen readers.

#TIL #accessibility #a11y #cli

scy, to linux
@scy@chaos.social avatar

Hot take:

Every terminal emulator that interprets "bold" as "make the foreground color brighter" has a bug.

Every terminal program that relies on "bold" to be interpreted as "make the foreground color brighter" has a bug.

Foreground colors 90 to 97 (and, by the way, background colors 100 to 107) exist and are unambiguous. Use them, ffs.

#Linux #CLI #terminal

orhun, to random
@orhun@fosstodon.org avatar

Some of y'all ask how I find cool terminal tools 🤔

🌐 Here is one of my sources: https://terminaltrove.com

🖥️ The $HOME of all things in the terminal.

💖 Also, big shout-out to @terminaltrove for sponsoring me on GitHub!

#terminal #tool #commandline #cli #developertools

chris_spackman, to linux

I spent a lot of time today trying to figure out / to encrypt and sign backups. I've used it occasionally for literally decades, but still struggle with it. I know if I used it more, I would get used to it and feel more comfortable, but I don't have the time or the need to use it more.

Is there another good open source program to symmetrically encrypt a file? But, for signing, you would still need to use key pairs, right?

Any good how-tos out there?

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.

rek2, to usenet
@rek2@hispagatos.space avatar

Stop Electron, stop using a browser as if it was an Operating System!!! Go use your OS, not the browser for everything! And be liter, more ethical, your computer will love you! Use on TUI apps as your text/IDE for videos and more... !!!

image/png

thestrangelet, to linux
@thestrangelet@fosstodon.org avatar

None of the GUI journalling apps on Linux strike my fancy. jrnl + vim is pretty great though. #Linux #CLI #journaling #writing

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:

f3rno64, to programming

As I've noticed it's #PortfolioDay and have seen some wonderful artwork posted by people, as a programmer, I'd like to share a project I made, a command line time tracker with the purely textual interface.

Since I spent a good deal of time designing the textual output and UX I figure it's akin to art.

The interface is natural language input of times and dates representing when you start and end tasks.

It's available at https://f3rno64.io/a-nodejs-cli-time-tracker and the associated blog post is at https://f3rno64.io/a-nodejs-cli-time-tracker

#programming #tech #cli #nodejs #terminal

A list of timesheets and the sum of the durations of tasks within them.
A concise listing of a short period of time in a timesheet with a few tasks listed.

ChrisShort, to macos
@ChrisShort@hachyderm.io avatar

If you're on a Mac and have never used pbpaste and pbcopy on the CLI, you're missing out. I love taking the contents of my paste buffer and running sed on it to get the output I want: pbpaste| sed -e s/:/-/g #macOS #CLI

stefano, to random
@stefano@bsd.cafe avatar
aral, to linux
@aral@mastodon.ar.al avatar

It’s bloody 2024, think we can agree on either wget or curl being installed by default on every freaking operating system by now so shell scripts can have a guaranteed way of carrying out http requests?

I mean it’s been about 35 years. I think it’s about time.

kdwarn, to rust

Just published v0.6 of taskfinder, now with a better tagline: Keep your project-related tasks where they belong - with your notes on the project!

https://crates.io/crates/taskfinder

Goffi, (edited ) to random French
@Goffi@mastodon.social avatar

After , I've now pushed implementation of a output in frontend, which shows A/V call video streams directly into your terminal! It's using or image protocols, or half-blocks (thanks to )

I'm not aware of any other CLI tools doing something similar ( or not). It's not as useful as GUI, but it's quite fun :)

Attached are 2 demo videos of call between Libervia and , on .

tixie, to macos
@tixie@guerilla.studio avatar

You can simply write open . into your macOS termincal to open a Finder window (the file browser) from the directory you're current.

Works also by replacing the dot by any path to open the directory of your choice.

opening the Finder into my ISOs folder by typing open ISOs/ in my terminal

rohad, to linux

This cli tool might be really good for others, like me, who are new to Linux. I love it.

"eg" outputs examples of common commands you query. I tried out "eg touch" in the left panel and this is what came out. Bit more info in the right panel.

You can install it with pip ("sudo apt install pip" then "pip install eg").

More info here: https://github.com/srsudar/eg

WebAxe, to webdev
@WebAxe@a11y.info avatar

Pa11y — run web accessibility tests the via command line or Node
https://github.com/pa11y/pa11y
#webdev #nodeJS #a11y #cli #tools #tips

davidbisset, to python
@davidbisset@phpc.social avatar
mwop, to til
@mwop@phpc.social avatar

#til Delta is a great tool for visualizing diffs, particularly when used with git: https://dandavison.github.io/delta/introduction.html

#git #cli

eclecticpassions, to Bash
@eclecticpassions@fosstodon.org avatar

New post on my Hugo blog! It's about using a script to help load weather data faster in , via wttr.in.

https://www.burgeonlab.com/posts/2024/speed-up-loading-times-wttr-neofetch/

Credit to @adamsdesk for sharing his original script on his blog. https://www.adamsdesk.com/posts/neofetch-weather-data-caching/


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