dedsyn4ps3, to windows
@dedsyn4ps3@fosstodon.org avatar

The newest project is finally ready for its public debut! Inspired by a tool on for XFCE desktops, Nix-Incognito was developed to provide a similar mechanism for masking a user's GNOME desktop to better blend in with surrounding PC's during engagements!

Although it's meant for use on systems, it can easily be compiled and ran on any device running . Support for other DE's is in the works! ๐Ÿ™Œ ๐Ÿค˜ ๐Ÿ˜Ž

https://github.com/dedSyn4ps3/nix-incognito

wervice, to linux
@wervice@fosstodon.org avatar

What do you think about the Warp

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

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.

chris_spackman, to linux
@chris_spackman@twit.social avatar

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?

hongminhee, to fediverse
@hongminhee@todon.eu avatar

I'm working on adding a CLI toolchain to to help with debugging. The first feature I implemented is the ActivityPub object lookup.

Here's a demo.

The demo video on my terminal

hongminhee,
@hongminhee@todon.eu avatar

The second feature of the that I'm working on is ephemeral inboxes.

qmacro, to linux
@qmacro@hachyderm.io avatar

I like to run curl on all my devices

jspath55,
@jspath55@chaos.social avatar

@qmacro Why not lynx, too?

stevegrunwell, to php
@stevegrunwell@phpc.social avatar

Hey , less than two hours until we talk about on the . Be there or beโ€ฆin another session more aligned with your interests and/or learning goals.

Or taking time for yourself (remember: weโ€™re only halfway through the conference and itโ€™s important to pace yourself).

Or building lifelong friendships with fellow attendees.

I hope you spend the 3pm hour with me, but however you choose to spend it I hope you enjoy!

scy, to webdev
@scy@chaos.social avatar

I need to convert to and I'm looking for a tool to do that.

The output should

โ€ข preserve line breaks in paragraphs
โ€ข not contain additional, unnecessary linebreaks (e.g. 4 empty lines between paragraphs)
โ€ข be configurable (e.g. whether to use * or _ for emphasis, or * vs - for unordered lists)
โ€ข if possible, allow me to hook into details (e.g. to convert <pre class="shell"> to ```sh)

or . Alternatively, what's a really configurable prettifier?

:BoostOK:

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

Made some major improvements to my #terminal #cli #twitch 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

chriscochrun, to AdobePhotoshop
@chriscochrun@mastodon.online avatar

Looking for some ideas. want to get more coding experience. What apps would you like. For or other interfaces, doesn't matter.

scy, to linux
@scy@chaos.social avatar

If you're building a CLI tool that can churn on large amounts of data for hours and you don't implement any kind of progress output, we won't become friends.

(And no, it refuses to work with stdin, else I would've just used pv and be done.)

jhx, to linux
@jhx@fosstodon.org avatar
hugovk, to python
@hugovk@mastodon.social avatar

๐ŸŽฒ Do you like Python's little CLIs? For example:

$ python -m http.server
$ python -m webbrowser example_url
$ python -m uuid
$ python -m calendar

What about adding one to random?

$ python -m random curry "fish n chips" tacos
curry

$ python -m random 6
6

$ python -m random 2.5
1.6423361547011504

Give your feedback on my proposal at
https://discuss.python.org/t/command-line-interface-for-the-random-module/51304

If there's support we might be able to get it into 3.13 before May's beta cutoff! ๐Ÿคž

scy, to linux
@scy@chaos.social avatar

Unix wishlist: A flag for tee(1) that will have it read from stdin and write into its output file(s) as fast as possible.

Currently, it will only read from stdin as fast as its own stdout can process the data, even if stdin could supply it faster.

Instead, if it wrote to the file(s) as fast as possible and serve stdout from these files, stdin could be depleted and closed faster, which is (e.g.) nice to the web server if stdin is curl or something.

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

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

A couple of command-line tools Iโ€™ve recently switched to using:

  • yazi as file manager instead of lf (fast and, for me at least, more intuitive and better handles default editor)

https://terminaltrove.com/yazi/

  • ouch for compression/decompression from CLI instead of getting the fucking unintuitive flags wrong every fucking time

https://terminaltrove.com/ouch/

(Thanks to @orhun for the recent link to Terminal Trove for the new finds.)

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

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

f3rno64, to programming
@f3rno64@aus.social avatar

As I've noticed it's 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

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.

juandesant, to random
@juandesant@astrodon.social avatar

I tend to follow the logic of awk better than the one of sed (not being a vi enthusiast), but it is good to see when one might be better than the other:

https://www.linuxjournal.com/content/text-manipulation-linux-awk-vs-sed

#TextManipulation #ETL #cli #awk #sed #regexp

scy, to til
@scy@chaos.social avatar

that you can ask APT to install some packages and uninstall others in a single invocation.

To do that, add a + or - symbol to the end(!) of the package name(s). For example,

apt install neovim emacs-

or

apt remove neovim+ emacs

both do the same thing: Install Neovim and remove Emacs in a single operation.

scy, to Bash
@scy@chaos.social avatar

Friendly reminder that

#!/bin/sh
set -e

is better than

#!/bin/sh -e

because the latter stops working when you do "sh script.sh" instead of "./script.sh".

RichiH, to random
@RichiH@chaos.social avatar

telnet mapscii.me is the coolest thing you'll see all day, maybe all week.

ReK2, to usenet
@ReK2@pxlmo.com avatar

https://hispagatos.space/@rek2/112231145240283887 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... !!!

rek2, to usenet
@rek2@hispagatos.space avatar

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... !!!

image/png

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