termdbms
notcurses
Our great sponsors
termdbms | notcurses | |
---|---|---|
16 | 90 | |
1,234 | 2,639 | |
- | - | |
2.8 | 6.5 | |
10 months ago | 8 days ago | |
Go | C | |
MIT License | Apache License 2.0 |
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.
termdbms
-
Why SQLite may become foundational for digital progress
https://github.com/mathaou/termdbms
Granted I'm the author, but until I get around to rewriting it from the ground up, I really think it saves a lot of time for editing single cells, querying, and viewing in a headless environment.
-
Bubble Tea: fun, functional and stateful way to build terminal apps
One of my favorite TUI frameworks. I made https://github.com/mathaou/termdbms with it. A very pleasant experience.
- Ask HN: Have you used SQLite as a primary database?
- TUI in webapp design language(CSS) and pattern(check the demo, it’s next level)
-
Ask HN: Have you created programs for only your personal use?
I made a headless sqlite dbms (not nearly as feature rich as the real thing) for my own embedded development. It can show the values of any table, view specific cells, update cells with a text editor interface, beautifies json, and takes in SQL queries as well.
Got some bugs with formatting complex lines of text, but it works well enough for me. I plan on porting to Rust one of these days.
-
Terminal cataloging/database application
Ok I thought some programming could be done. Clipper is very very high level, so extremely easy to use! What about this then? Still very low level tough!
- Gobang – Cross-platform TUI database management tool written in Rust
- SQLite-TUI: A TUI for viewing SQLite databases, written in Go
notcurses
-
Sharing Saturday #453
Once I have finished documenting all of the existing API functions and structs, I will begin work on terminal rendering. While the API surface area will only be slightly increased (a single function to set some flags) the actual work will mean building a parallel renderer for both Linux and Windows. I will be looking into notcurses to see if it can make my life easier in this regard.
-
Forking Chrome to Render in a Terminal
It can. See, for example, Notcurses:
-
A Guide to the Terminal, Console, and Shell
For those interested in learning more about terminal emulators and character graphics, checkout Nick Black's book Hacking the Planet (with Notcurses): A Guide to TUIs and Character Graphics[1].
While the overall focus of the book is on programming with Notcurses[2], the author shares a wealth of related info and history throughout its pages. Note also that Notcurses has evolved quite a bit since the book was written, but it's still a nice resource.
-
Text UI components like “ncurses”
I've started using Notcurses and have been quite satisfied with it.
-
Ask HN: What piece of code/codebase blew your mind when you saw it?
notcurses: https://github.com/dankamongmen/notcurses
The guy is a literal genius, I hope to forget half the stuff he knows.
Also Fabrice Bellard (ffmpeg/qemu).
-
Would it be possible to create a ascii movie player that runs entirely in the terminal?
This is more recent and useful: https://github.com/dankamongmen/notcurses/issues/1391
- Making Neovim Look More Like Doom Emacs
-
how does neovim/vim's ui work in a console?
As already said, you can print ANSI escape codes to change colors/effects. But there are also many high-level libraries to create TUIs, such as FTXUI and notcurses
-
How can I create a rogue engine from scratch without curses?
If your issue with Curses is its ancient and outdated API then you could look at NotCurses.
-
Term::Graille Pseudo-Pixel Graphics for Perl Terminal Programs
https://github.com/dankamongmen/notcurses 🌿🔥⚗️😙💨🥴 https://www.youtube.com/watch?v=dcjkezf1ARY
What are some alternatives?
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
tcell - Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
sqlite-tui - A TUI for viewing and editing database files. [Moved to: https://github.com/mathaou/termdbms]
FTXUI - Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang
awesome-tuis - List of projects that provide terminal user interfaces
dashing - Terminal dashboards for Python
magma-nvim - Interact with Jupyter from NeoVim.
python-prompt-toolkit - Library for building powerful interactive command line applications in Python
sixel-tmux - sixel-tmux is a fork of tmux, with just one goal: having the most reliable support of graphics
FINAL CUT - A text-based widget toolkit.
alacritty - A cross-platform, OpenGL terminal emulator.
ansi-styles-python - ANSI escape codes for styling strings in the terminal