Rosario_cli

El siguiente es un programa en BASH cuya finalidad es proporcionar una guía de rezo para el Santo Rosario católico.

Codeberg.org

Print a hex array with #Bash

seq 0 255 | awk '{printf "%02X ", $1}' | xargs -n16

Return to find-exec

Sometimes after many years using a command, I guess it becomes routine, usually because it works, and there is no need to think about it anymore.

I suppose that I'm a find-exec-semicolon guy. There is an alternative -exec command '{}' + : processing does look more efficient, yet unsafe (return true each time).

https://manpages.debian.org/testing/manpages-fr/find.1.fr.html

#bash #Ilovebash #coreutils

It would not be surprising if this copyrighted doc (Copyright © 1989, 1991, 1992, 1993, 1996–2005, 2007, 2009–2026 Free Software Foundation, Inc.) on Gawk was scrapped to a pulp by AI merchants (I can't prove it). It's a great doc, thanks again to #FSF #copyrights #gawk #bash

https://www.gnu.org/software/gawk/manual/html_node/index.html

Top (The GNU Awk User’s Guide)

Top (The GNU Awk User’s Guide)

This is a crucial program on my Android devices. The more Open Source communication software I use the more I need Open Source notification systems; this works flawless

#ntfy #notifications #programming #Android #Linux #sh #bash #csh #ksh #zsh #fish #curl #http #javascript #golang #powershell #python #php #technology #OpenSource #POSIX

@Radio_Azureus

A #bash script for circumventing developers who think WASD is the only option for moving in games and duplicate this scheme onto the arrows.

Source code is there: https://gitlab.com/240-185/wasd-or-arrows/

https://github.com/xsawyerx/curl-doom #HTTP server rendering #DOOM frames into #ANSI half-blocks, streamed to the terminal over HTTP with #curl

No install, no dependencies except #curl and #bash ( #linux )

GitHub - xsawyerx/curl-doom: DOOM, played over cURL

DOOM, played over cURL. Contribute to xsawyerx/curl-doom development by creating an account on GitHub.

GitHub

Title: P1: Tmux: I configured terminal for keyboard-only copying. [2024-01-24 Wed]
this app should be installed:
emerge x11-misc/xclip

to kill deattached tmux sessions, add to ~/.bashrc,
test -n 'SDISPLAY' && tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -r -n1 tmux kill-session -t &>/dev/null
😶 #dailyreport #keyboard #linux #terminal #xterm #bash #xfce4 #xfce4

Title: P0: Tmux: I configured terminal for keyboard-only copying. [2024-01-24 Wed]
To start terminal with tmux:
S xfce4-terminal -e tmux
To kill unused terminal windows with idling single bash:
S alias cl='ps aux | grep --fixed-string '-bash' | grep Ss+ | tr -s ' ' | cut -f 2 -d ' ' | xargs kill -s 9'

To Force tmux to copy to X system clipboard:
create file ~/tmux.conf and add this line:
set -s copy-command 'xclip -sel clip -i' #dailyreport #keyboard #linux #terminal #xterm #bash #xfce4 #xfce4

Title: P1: Tmux: I configured terminal for keyboard-only copying. [2024-01-24 Wed]
this app should be installed:
emerge x11-misc/xclip

to kill deattached tmux sessions, add to ~/.bashrc,
test -n 'SDISPLAY' && tmux list-sessions | grep -v attached | cut -d: -f1 | xargs -r -n1 tmux kill-session -t &>/dev/null
😶 #dailyreport #keyboard #linux #terminal #xterm #bash #xfce4 #xfce4