Introducing TUI-Journal: Your Personal Journal/Notes App for Terminal Enthusiasts

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. gitui

    Blazing 💥 fast terminal-ui for git written in rust 🦀

    For me I love how fast the terminals are, and using that with TUI produces super fast keyboard-driven apps and can be more intuitive than CLI tools only, for example I've found using LazyGit or GitUi more comfortable than just the git command, and sure I don't need to talk about how powerful Vim, NeoVim and Emacs are.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. ratatui

    Discontinued Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀 [Moved to: https://github.com/ratatui/ratatui] (by ratatui-org)

    If you interested in the TUI apps in rust you can start with the crate tui-rs or its revival ratatui. They have examples inside of them which you can start and see the source code to get the basic functionalities. For the text editor you can check examples in the crate tui-textarea.

  4. tui-textarea

    Simple yet powerful multi-line text editor widget for ratatui and tui-rs

    Actually I'm aware of the revival from the very beginning of it and I've tried to update my app to use it sometime ago but I came to the problem that my app depends on tui-textarea too which didn't have support to ratatui at the time. I checked the tui-textarea crate and I found it has support now for ratatui but I ran to some problems there and I opened an issue, so I can migrate when it's resolved.

  5. tui-journal

    Your journal app if you live in a terminal

    I'm excited to introduce TUI-Journal, the go-to journaling and note-taking app for those who prefer living in the terminal like me. It offers a simple and intuitive interface for managing journal entries and notes (using a combination of VIM and Emacs motions), featuring two local back-ends to store your data: Plain JSON text and a SQLite database.

  6. lazygit

    simple terminal UI for git commands

    For me I love how fast the terminals are, and using that with TUI produces super fast keyboard-driven apps and can be more intuitive than CLI tools only, for example I've found using LazyGit or GitUi more comfortable than just the git command, and sure I don't need to talk about how powerful Vim, NeoVim and Emacs are.

  7. tui-rs

    Discontinued Build terminal user interfaces and dashboards using Rust

    If you interested in the TUI apps in rust you can start with the crate tui-rs or its revival ratatui. They have examples inside of them which you can start and see the source code to get the basic functionalities. For the text editor you can check examples in the crate tui-textarea.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Gitui release 0.27 adds simple management of remotes

    1 project | news.ycombinator.com | 15 Jan 2025
  • Tig: Text-Mode Interface for Git

    5 projects | news.ycombinator.com | 16 Dec 2024
  • Gex: Git CLI Inspired by Emac's Magit

    1 project | news.ycombinator.com | 11 Dec 2023
  • Question: In your experience, is Helix always more snappy/responsive than Neovim?

    4 projects | /r/HelixEditor | 8 Dec 2023
  • GitUI 0.24 supports searching the entire commit history

    1 project | dev.to | 27 Aug 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?