chimay

joined 1 year ago
 

Words or text file to audio with pico2wave and pico-tts

Generate a nice audio notification from a few words :

https://github.com/chimay/scripts/blob/master/shell/multimedia/pico-words-to-ogg.sh

It's the end of the day, your eyes are tired but you want to read that last post on @stefano 's blog. With pico-tts, you can listen to it instead!

First save the page, convert it to text (eg with w3m), then use this script to obtain the corresponding ogg file :

https://github.com/chimay/scripts/blob/master/shell/multimedia/pico-textfile-to-ogg.sh

Usage :
pico-textfile-to-ogg.sh --help
pico-words-to-ogg.sh --help

Requisites : you'll need pico2wave, pico-tts (aur packages avail for arch), sox and ffmpeg.

@unix

5
NetBSD 10 RC 4 (mastodon.bsd.cafe)
 

Last version of Ventoy support FreeBSD 14

https://www.ventoy.net/en/doc_news.html

That's good news, my old freebsd usb key can now be integrated in the ventoy one.

@freebsd

4
NetBSD 10.0 RC 3 is out (mastodon.bsd.cafe)
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
1
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

Backgournd copy/move files in vifm with task-spooler

I recently found out that you can advantageously use a batch/queue task
system like task-spooler (tsp or ts executable, depending on your
distro) in a variety of situations.

For instance, to copy or move files in vifm :

" mc-like maps
" copy
nnoremap <f5> :!tsp rsync -av --progress %f %D<cr>
" move
nnoremap <f6> :!tsp rsync -av --progress --remove-source-files %f %D<cr>

The copy/move will then be queued and run in the background. You can
check it with :

tsp

To cat a task output :

tsp -c task-id

https://viric.name/soft/ts/

Idea inspired by this gotbletu video:

https://inv.tux.pizza/watch?v=zrBUZ2g5_O4

#unix #batch #queue

@unix

1
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

fzf-miru : execute w3m commands via fzf

https://iv.datura.network/watch?v=drzMQuLE4BM

@unix

2
NetBSD sysupgrade (mastodon.bsd.cafe)
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

NetBSD sysupgrade

#openBSD upgrade tool is praised, and with reason. From what Ijust read, #NetBSD #sysupgrade one is also a great tool :

https://www.netbsd.org/docs/guide/en/chap-upgrading.html

let's try the crosspost

@netbsd