feditips, (edited ) to mastodon
@feditips@mstdn.social avatar

Today, a very niche tip for techy people! 🤓

If you want to use Mastodon through a command line interface or text-based user interface, there's a tool you can install which offers both called "toot":

➡️ https://toot.bezdomni.net

This software is written by @ihabunek

(NOTE: This software has no connection to the mobile apps @tootapp or @tooot, they just have similar-sounding names.)

#CLI #Mastodon #FediTips #CommandLine #TUI #Fediverse #Terminal

meisterluk, to linux Esperanto

Just a friendly reminder:

find .

… lists filesystem entries recursively in $PWD.

find . -name "*.sql"

… lists filesystem entries with suffix .sql recursively in $PWD.

find . -type f -name "*.sql"

… lists filepaths with suffix .sql recursively in $PWD.

find . -delete -type f -name "*.sql"

Deletes all files in $PWD. "-delete" needs to go to the end to filter for .sql files. Happened to me at work 🥲

feditips, to mastodon
@feditips@mstdn.social avatar

(One for techy people today...)

Command line / terminal fans!

You can use Mastodon through a command line interface or a terminal user interface using the third party app "toot" for Linux etc:

➡️ https://toot.bezdomni.net

It's free and open source, find out more at the link.

This also works with Mastodon-compatible servers.

By the way, this app toot has nothing to do with the other third apps Toot! or Tooot, they just have very similar names.

#CLI #TUI #Mastodon #CommandLine #Terminal

orhun, to rust
@orhun@fosstodon.org avatar

I'm thrilled to announce that we have released the new version of "ratatui" today! 🐀🎉

🦀 A #rustlang library that's all about cooking up terminal user interfaces (TUIs) - official successor of tui-rs

⭐ Changelog: https://github.com/ratatui-org/ratatui/releases/tag/v0.23.0

🚀 Blog post about this release: https://blog.orhun.dev/ratatui-0-23-0/

#terminal #tui #commandline #linux

video/mp4

orhun, to rust
@orhun@fosstodon.org avatar

Thanks to this tool I never have to remember the arguments to "tar" anymore ✨

🦀 ouch: Painless compression and decompression in the terminal - written in Rust.

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

leyrer, to random
@leyrer@chaos.social avatar
orhun, to rust
@orhun@fosstodon.org avatar

I am so excited to announce that the new version of @git_cliff is out! 🎉

⛰ A highly customizable changelog generator.

🚀 Now supports integration with GitHub repositories.

✨ Release highlights: https://git-cliff.org/blog/2.0.0

🦀 Watch my RustLab talk about git-cliff: https://youtu.be/RWh8qbiLRts

⭐ GitHub: https://github.com/orhun/git-cliff

video/mp4

pixel, to random
@pixel@social.pixels.pizza avatar
orhun, to rust
@orhun@fosstodon.org avatar

Found a really cool tool today!

🚀 heh: A terminal UI to edit bytes by the nibble ✨ written in #rustlang 🦀

⭐ GitHub: https://github.com/ndd7xv/heh

🐧 Packaged for #ArchLinux: https://archlinux.org/packages/extra/x86_64/heh/

🏔️ Packaged for #AlpineLinux: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/51015

#linux #commandline #tui

video/mp4

theradiocc, to Steamdeck German

Nur noch wenige Minuten bis zur : auf https://theradio.cc . Seid im Chat mit dabei!

pug50, to linux

I just heard someone pronounce CLI as "klee", and now I want to be put into a cannon and shot into the sun.

#Shell #Linux #CommandLine

orhun, to rust
@orhun@fosstodon.org avatar

New version of kmon is out! 🚀

🦀 Linux Kernel Manager and Activity Monitor - written in Rust.

⭐ GitHub: https://github.com/orhun/kmon

🐧 Changelog: https://github.com/orhun/kmon/blob/master/CHANGELOG.md

#rustlang #linux #kernel #tui #commandline

video/mp4

hal_pomeranz, to random

Here's what's on my public live training calendar for the back half of the year:

Sep 12-15, Linux Forensics (Live, Virtual), https://www.antisyphontraining.com/event/linux-forensics/2023-09-12/

Oct 17-18, Linux Command Line (Live, In-Person and Virtual), https://wildwesthackinfest.com/event/linux-command-line-for-analysts-operators-w-hal-pomeranz/2023-10-17/

Hope to see you at one of these events!

#Linux #DFIR #CommandLine #Training

scy, to memes
@scy@chaos.social avatar

Thing that I wish existed: A command-line meme generator. Something that you could call like

memgen --template tintin-wednesday bubble2="Captain, it's Monday"

or

memegen -t surprised-pikachu label=CEO

or

memegen -t 3-spider-men head1=file:tobey.jpg head2=file:andrew.jpg head3=file:tom.jpg

Templates can be downloaded as separate packages (usually with more than one template) or created by the user. Text & images can also be placed manually using coordinates.

#CommandLine #CLI #memes

tantramar, to macos
@tantramar@nojack.easydns.ca avatar

Just picked up a copy of Joe Kissell’s Take Control of the Mac Command Line with Terminal, 3rd edition. @joekissell https://www.takecontrolbooks.com/command-line/?attribute_pa_format=ebook

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Quickly Jump From Local Git Repository to Website

Improve your git workflow with a simple shell function that can quickly jump you from the terminal of a local git repository to the project's website.

https://www.adamsdesk.com/posts/open-repository-website/

uroybd, to random

My current Shell setup:

  1. Nushell as the shell (https://nushell.sh)
  2. Starship as the prompt (https://starship.rs)
  3. Carapace as the completion engine (https://github.com/rsteube/carapace-bin)
  4. Atuin as the history manager (https://atuin.sh)

.... and, I'm loving it!

#nushell #shell #commandline

freebliss, to random
@freebliss@post.lurk.org avatar

deleted_by_author

  • Loading...
  • mro,
    @mro@digitalcourage.social avatar

    @freebliss exactly - site generator is tied to like ​ling to ​s. It was like this once. Here for example is one with a UI: https://demo.mro.name/shaarligo and soon will be fediversified by https://seppo.social

    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

    canard164, to linux French

    10 Things You Probably Didn't Know You Could do With Nano Editor

    https://itsfoss.com/nano-tips-tricks/

    > Learn and use these tips and tricks to utilize lesser known Nano editor features.

    adamsdesk, to linux
    @adamsdesk@fosstodon.org avatar

    11 Ways to Check Linux/Unix Operating System Uptime

    An all-encompassing overview on how to check a GNU/Linux or Unix operating system's uptime duration since the last boot (power on/restart).

    https://www.adamsdesk.com/posts/check-linux-unix-system-uptime/

    #commandline #linux #archlinux #gnome #tech

    thatdnaguy, to linux

    If you work on the command-line in Linux a lot, find + exec is your friend.

    "I have many copies of MYFILE because my project got sloppy over time. Are they different?"

    find . -type f -readable -name "MYFILE*" -exec md5sum {} ;

    Also handy for if temporary files get out of control and rm chokes.

    find . -type f -readable -name "*.temp" -exec rm {} ;

    #Linux
    #CommandLine
    #Bioinformatics
    #Genomics

    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

    adamsdesk, to windows
    @adamsdesk@fosstodon.org avatar

    5 Ways to Check Windows Operating System Uptime

    A detailed guide of solutions on how to check a Microsoft Windows operating system's uptime duration since the last boot (power on/restart).

    https://www.adamsdesk.com/posts/check-windows-system-uptime/

    adamsdesk, to linux
    @adamsdesk@fosstodon.org avatar

    Updated: How to Change the Default Linux File Manager

    A detailed guide on how to change which application is used as the Linux desktop default file manager for directories or folders.

    https://www.adamsdesk.com/posts/change-default-linux-file-manager/

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