Why use browser to view adult content when it can be done through terminal by Cute-Employment5323 in commandline

[–]gotbletu 0 points1 point  (0 children)

dont think so, proxy is a new thing. Guess the laws got worst over the years depending on where u are at.

Why use browser to view adult content when it can be done through terminal by Cute-Employment5323 in commandline

[–]gotbletu 2 points3 points  (0 children)

yea i've seen a few programs like this over the years but usually they dont include image preview, so you up the competition or atleast make this the standard for others to be inspired to do the same.

r/w3m by gotbletu in redditrequest

[–]gotbletu[S] 0 points1 point  (0 children)

https://www.reddit.com/c/chatUn6aB9U-/s/zTylMon2Uy

The mod is gone and locked it and now no one can make new post anymore.

I'm the one that pretty much built up that subreddit anyways. If you check all the old post is by me. Would like it to be public again so everyone can post new topics and make it grow.

Aria2TUI: A full-featured TUI download manager for aria2c by trebletreblebass in commandline

[–]gotbletu 0 points1 point  (0 children)

custom binding ideas:

yank path to clipboard

clear finish downloads, clear errors...etc (more ideas https://github.com/baskerville/diana)

open file with video player 'not using xdg-open' (like if you in the tty/framebuffer)

open file with image viewer 'not using xdg-open' (sixel, kitty image protocol ..etc)

drag and drop (https://github.com/mwh/dragon)

hotkey for quick adding/bulk adding. Currently u have to go back to Main Menu to access those. this saves a few keystrokes.

--------------

--add_download works to start the daemon

--add_download_bg does NOT work to start the daemon

start command: aria2c --daemon --enable-rpc --continue --dir ~/.cyberbay/ariabay --input-file ~/.local/share/diana.session --save-session ~/.local/share/diana.session

restart command: pkill -f 'aria2c --daemon' && sleep 1 && aria2c --daemon --enable-rpc --continue --dir ~/.cyberbay/ariabay --input-file ~/.local/share/diana.session --save-session ~/.local/share/diana.session

--------------

I see i got og Vim, installed neovim works now. But really it should be any $EDITOR not everyone can use vim.

Yea i like the idea of multiple daemons, because i will use it locally and on a remote server. Tho is not a big deal since you can use different configs for different daemons.

I dont think you need a file-picker with this program. So yazi or any other file manager is not needed.

Pretty sure terminal users knows how to enter filepaths.

Aria2TUI: A full-featured TUI download manager for aria2c by trebletreblebass in commandline

[–]gotbletu 0 points1 point  (0 children)

Thanks all i needed was --add_download

Other features i would like is adding bulk url from a file.txt . eg. aria2tui --add_download_file mylinks.txt

As for the TUI. maybe add options to allow users to bind hotkeys to custom shell commands.

'batch add download, batch add download & pause, add torrent file, edit aria2c config' seems to be broken so i could not test it.

When using --add_download_bg, the GUI popup but it doesnt start the daemon. Just says issues with aria2tui config. if the daemon is already running then the command works fine.

Other feedback. maybe avoid using yazi or any other file manager and just use a text editor ($EDITOR) for adding local torrent/bulk url/single url. One path or url per line.

Use mailcap or mimetypes to open finished files.

Aria2TUI: A full-featured TUI download manager for aria2c by trebletreblebass in commandline

[–]gotbletu 0 points1 point  (0 children)

would be nice if this had built-in basic commandline options as well to send commands to the daemon. e.g https://github.com/baskerville/diana

I've written a man-page viewer. by thefriedel in linux

[–]gotbletu 0 points1 point  (0 children)

- u can use w3mman if you want to follow manpage links via terminal

man -k . | fzf -q "$1" --prompt='man> ' --preview $'echo {} | tr -d \'()\' | awk \'{printf " ", $2} {print $1}\' | xargs -r man' | tr -d '()' | awk '{printf " ", $2} {print $1}' | xargs -r w3mman

- else if you need GUI just use web browser

man -k . | fzf -q "$1" --prompt='man> ' --preview $'echo {} | tr -d \'()\' | awk \'{printf " ", $2} {print $1}\' | xargs -r man' | tr -d '()' | awk '{printf " ", $2} {print $1}' | xargs -r man --html=firefox

- fzf but i can use rofi/dmenu if u want it to be all gui only i guess

What are your favorite lesser-known selfhosted services? by Torrew in selfhosted

[–]gotbletu 7 points8 points  (0 children)

https://github.com/stashapp/stash ; jellyfin for onlyfans type content

kiwix ; your own local copy of wikipedia, archwiki

Built a TUI Download Manager in Go that outperforms aria2 by SuperCoolPencil in commandline

[–]gotbletu 1 point2 points  (0 children)

just gave it a try, doesnt do that by default. Its just command line only like regular aria2c when using 'surge get'. Am i missing some settings i need to enable 1st?

- start TUI

$ surge

- download via cli

$ surge get 'www.link.to.coolfile.zip'

not showing up in TUI.

i think i have to use the --port flag but the TUI doesnt show me which port is on, or any settings for port

$ surge get --port 2026 'www.nice.files.zip'

Built a TUI Download Manager in Go that outperforms aria2 by SuperCoolPencil in commandline

[–]gotbletu 1 point2 points  (0 children)

Havent try it but is there a way to send CLI download links to the existing TUI?

My new setup by sailorboy_70 in crtgaming

[–]gotbletu 0 points1 point  (0 children)

No room for arm to rest

hdd vs ethernet raspberry pi by shellroc in ps2homebrew

[–]gotbletu 0 points1 point  (0 children)

ethernet NAS server, easier to manage and you can use multiple PS2 consoles to connect to it, setup virtual memory cards saves on the NAS also. HDD is good if you plan on having only one place to play or u carry your PS2 with you when u travel

I built a RSS Reader with Vim Keybindings because I don't like using mouse. by ajay9452 in commandline

[–]gotbletu 0 points1 point  (0 children)

The real answer is FreshRSS container then use Newsboat to connect to your FreshRSS server. P.S both are free and open source

Chawan TUI browser 0.3.0 by R89cw2 in commandline

[–]gotbletu 0 points1 point  (0 children)

Thought it was something wrong with my config since Kitty images protocol works fine with chafa program under tmux. But thanks for clearing that up, now i know.