wsdd
rich
Our great sponsors
wsdd | rich | |
---|---|---|
5 | 97 | |
523 | 37,477 | |
- | 3.6% | |
6.4 | 9.8 | |
13 days ago | 3 days ago | |
Python | Python | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wsdd
-
Are SMB issues solved in v10.0.2?
Microsoft changed* how SMB network discovery works. To get my Raspberry Pi running RasPiOS to show up on the network I have to install the Windows Network Discovery Daemon
-
Make OpenMediaVault appear on the Finder sidebar in MacOS
That's interesting although I'm not a Mac user OMV uses wsdd and has therefore made things easier on a windows network. I think, but I can't confirm you can deploy wsdd on a Mac would that solve it......just a thought
- Why does Ubuntu in 2021 still require so many things to be done with the terminal and text editors?
-
Can access Pi NAS drive, but not able to see in network folder
If you check out the WSDD python script in the askubuntu link ( https://github.com/christgau/wsdd ) it can make the samba server visible in "network".
-
Help With Samba Based Nas Storage Not Visible By
Install wsdd on the Pi - https://github.com/christgau/wsdd
rich
-
What’s new in HTTPie for Terminal 3.2
Even though our original progress bar implementation was simple and elegant, we’ve decided to adopt the powerful Rich library for various parts of the UI.
-
14 great tips to make amazing CLI applications
I had a great time with all the charmbracelet libraries, like bubbletea for building TUIs and lipbgloss for styling. rich is a similar, awesome python library.
-
Should a 44 year old dev take the time to learn Python while off work
Check out rich https://github.com/Textualize/rich
-
How to format my console output?
I suggest looking into Rich
-
TUI in webapp design language(CSS) and pattern(check the demo, it’s next level)
We simply have a different perspective on this. You see a TUI and have experience in the "Bronze Age" of the Internet in which browsers were not so stable across platforms/etc. and think that this more or less just doesn't work. I suspect peoples' experiences using it for a while now won't sway you; you are more than welcome to assume everything works only on one computer and is reliably broken elsewhere. I don't care what you choose to build your company with but I personally find this attitude towards new tools toxic and paralyzing. Hence my attempt at engaging to learn more.
From my perspective, I've used Rich in one of the very few contexts that practically matter (a terminal on macOS) and had a good experience. Will M. has been developing it in the open for a couple of years now and it's nearing critical mass in some parts of the Python ecosystem. If it was a diaper turned into a Molotov cocktail, it simply wouldn't the adoption it has so far. It probably runs fine on the three major operating systems of today, which is pretty much what a TUI needs to do. I have no idea if it runs smoothly on a Commodore 64 and to be honest I don't really care.
> Perhaps you'll be able to point me to what I missed.
You could have a look at Rich itself, which is what Textualize uses: https://github.com/Textualize/rich. I don't build UIs but the number of files/LOC gives me a bit more confidence that my personal experience wasn't a fluke.
> If this were a pure open source project,
What's a "pure" open source project in your view? You can review the licenses of the projects yourself and determine if MIT is "pure" open source, or see what the company says about their plans with the project: https://www.textualize.io/what-we-do
> Rich, Textual, and many of our future projects will continue to be built in public, with an Open-source license.
- Rich - Python library for rich text and beautiful formatting in the terminal.
-
how to print texts with colors
Also check out rich.
I can suggest you Rich. Easy as:
-
Colorizing logs
I'm from Python background and I really love rich library.
-
Dunk is my new diff pager
Dunk is a beautiful git diff tool built on top of rich.
What are some alternatives?
tqdm - A Fast, Extensible Progress Bar for Python and CLI
colorama - Simple cross-platform colored terminal text in Python
blessed - Blessed is an easy, practical library for making python terminal apps
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
notcurses - blingful character graphics/TUI library. definitely not curses.
WindTerm - A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
alive-progress - A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
Python Fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
CUTIE - Command line User Tools for Input Easification
blessed - A high-level terminal interface library for node.js.