Show newer

Testing tofi as an (dmenu-like) application launcher for Wayland. Because it offers me a horizontal menu structure that I missed so much.

Tofi source:
github.com/philj56/tofi
Oxo config:
codeberg.org/oxo/dotf/src/bran

I wish everybody a healthy 2025!

A demonstration of clst, my simple clipboard manager.

It is used in conjunction with the sway window manager from within a terminal running z-shell.
Further dependencies are fzf fuzzy finder and wl-clipboard.

tilvids.com/w/3ahJCN33ajFRfeFw

Plans had changed; no video today. Instead I removed fzf-cpbd from my repo and wrote fzf-clst for managing a clipboard list. I am pretty happy with the workings right now.
codeberg.org/oxo/dotf/src/bran

@itsfoss
Although I haven't used it in a while I wrote fzf-clst, which is a basic shell script to manage a simple clipboard list.
It can for example also be used from within swaywm. I use the shortcut C-p for that. S-C-c is attached to my 'normal' wl-copy;
codeberg.org/oxo/dotf/src/bran

Wishing everybody who reads this a Merry Christmas and happy and healthy new year!

I developed the cd-functions, in order to navigate easily through directories from within the commandline.

In this video I show the first and simplest cd-function which is 'cd-up' (C-k).
tilvids.com/w/kWFsvfT5wV5hCbw8

Dirstack is a shell script that creates a list of unique directories from the history file in chronological order.

The cd-functions, which I have developed to navigate easily through directories from within the commandline, depend heavily upon dirstack.

In this video I analyze how the dirstack variable is been build.
tilvids.com/w/bWz2X7KG3MzE2aWZ

Enjoy the holidays everybody! :ablobwoahsnow:

And feel free to enjoy my drastically improved shell commands for directory navigation;

dir-stack (C-h) to recall directories from the $HISTFILE, via a convenient chronological ordered list. codeberg.org/oxo/dotf/src/bran

cd-child (C-j) to easily navigate sub directories. Press C-j again to drill deeper down into the directory stack.

Then there are cd-up (C-k) and cd-yazi (C-l). With the last command mentioned you can use yazi to navigate to a specific directory (there is also a lf variant available).
The commands are making use of fzf and can be get from: codeberg.org/oxo/dotf/src/bran

I am currently planning to make a demo video on this command set. Publication will be announced shortly!

I decided to also decentralize my emacs configuration. Carefully. Step by step. :)

codeberg.org/oxo/dotf/src/bran

Latest update is a decentralized configuration. With that my zsh runcom effectively contains only one line:

for sh_function in $zsh_function/*.sh; do

source $sh_function

done


codeberg.org/oxo/dotf/src/bran

@al3x
Prot is the best! Thanks for sharing!

@sacha
O no, I think I have made an error. This one liner only concatenates mp3 files. Totally out of scope..., sorry!

@sacha
When you want to separate the audio stream you can use:

cat-audio() {ffmpeg -i "concat:${(j:|:)@[2,-1]}" -acodec copy $1} ## concatenate mp3 audio files usage: cat-audio output.mp3 *.mp3

source:
codeberg.org/oxo/note/src/bran

@itsfoss
Cmus (audio), mpv (video), feh (image) and zathura (pdf)

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.