HackerTrans
热门最新趋势评论往期问答秀出招聘

pythops

no profile record

提交

From the Transistor to the Web Browser

github.com
2 分·作者 pythops·上个月·0 评论

Tegratop – A Comprehensive TUI monitoring tool for Nvidia jetson boards

github.com
1 分·作者 pythops·5个月前·0 评论

Tegratop – A TUI monitoring tool for Nvidia jetson boards

github.com
1 分·作者 pythops·7个月前·0 评论

Ratatui.rs Running on Amazon Kindle

bsky.app
4 分·作者 pythops·9个月前·0 评论

评论

pythops
·8个月前·讨论
that's why I don't like network manager and bloated software in general, they try to do everything and it always come problems

You don't need network manager for bluetooth. just install bluetoothd and there you go and use bluetui or bluetoothctl for wifi, I recommend iwd, and then you can use impala, or iwctl pick up the right tool for right purpose
pythops
·8个月前·讨论
hahah nice one :D
pythops
·8个月前·讨论
no everyone is using network manager. and personally I don't like as it is bloated tool trying to do everything and not being good at anything

wifi => iwd => impala, iwctl, iwgtk blueooth => bluetoothd => bluetoothctl, bluetui ... vpn => coming soon ;)
pythops
·8个月前·讨论
Yes https://github.com/pythops/impala
pythops
·8个月前·讨论
I agree on the easiness of Go, but I don't think people should always choose the easy solution. The easiness of Go come at a cost.
pythops
·8个月前·讨论
I still think it's better to learn Rust

https://www.youtube.com/watch?v=nOSxuaDgl3s
pythops
·8个月前·讨论
bluetui author here,

Thanks, glad you like it. And yes Big kudos to Orhun !
pythops
·8个月前·讨论
sure, feel free to open a github issue and I will do my best to implement it asap :)
pythops
·8个月前·讨论
bluetui author there

You can set a window with in the config file (with = positive integer) and TUI will be displayed with this width even in a large screen.

https://github.com/pythops/bluetui?tab=readme-ov-file#custom...
pythops
·8个月前·讨论
Bluetui author here Happy to hear that :)
pythops
·8个月前·讨论
bluetui author here.

> It made me really happy how a tool so simple makes such a huge difference in terms of how smooth it is to solve a problem,

Happy to hear that :)

> if I have one tiny criticism about bluetui is the annoying fonts

You suggest to get rid of the icons ? what if they can be disabled in the config, will that fix the issue for you ?

> there's plenty of white space You can set the window width from the config file (width = positive integer) if you don't want the TUI to be responsive.