Sidebar

BlendIT BSD Cafe - Unix - and Unix like - OSes and Software

unix
Backgournd copy/move files in vifm with task-spooler

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/](https://viric.name/soft/ts/) Idea inspired by this gotbletu video: [https://inv.tux.pizza/watch?v=zrBUZ2g5\_O4](https://inv.tux.pizza/watch?v=zrBUZ2g5_O4) [\#unix](https://mastodon.bsd.cafe/tags/unix) [#batch](https://mastodon.bsd.cafe/tags/batch) [#queue](https://mastodon.bsd.cafe/tags/queue) [@unix](https://blendit.bsd.cafe/c/unix)

1
0
unix
fzf-miru : execute w3m commands via fzf

fzf-miru : execute w3m commands via fzf [https://iv.datura.network/watch?v=drzMQuLE4BM](https://iv.datura.network/watch?v=drzMQuLE4BM) [@unix](https://blendit.bsd.cafe/c/unix)

1
0
unix
GitHub - gotbletu/shownotes: notes for videos from his youtube channel github.com

A lot of CLI and TUI useful tools. I found his videos on w3m particularly interesting.

1
0
unix
Some links to generic Unix websites

- [Nixcraft](https://www.cyberciti.biz/) - https://www.unixsheikh.com/ - http://www.shellunix.com/ - https://drewdevault.com/ - http://cat-v.org/ - http://doc.cat-v.org/ - https://terminalsare.sexy/ - http://somethingfast.net/ - https://jhx7.de/ - https://sharats.me/ - https://kzimmermann.0x.no/ - https://stafwag.github.io/blog/ - https://goodyduru.github.io/ - https://github.com/ibraheemdev/modern-unix - https://sweworld.net/ - https://blog.thechases.com/ - https://invert.svbtle.com/ - https://fzheng.me/ - https://jvns.ca/ News - https://slashdot.org/ - https://news.ycombinator.com/ - https://lobste.rs/ - https://lwn.net/ - https://www.debugpoint.com/ - https://www.tecmint.com/ - https://www.phoronix.com/ - https://www.tech-insider.org/

1
0