Contributors Forks Stargazers Issues MIT License


Dnote TUI (Work In Progress)

TUI for dnote (https://www.getdnote.com/)
Explore the docs ยป

View Demo ยท Report Bug ยท Request Feature

๐ŸŒŸ About The Project

Note: This is still a WORK IN PROGRESS

Screenshot1

A TUI (Terminal User Interface) for dnote.

(back to top)

๐Ÿ—๏ธ Built With

(back to top)

๐Ÿš€ Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

๐Ÿ› ๏ธ Prerequisites

  1. Install rust: https://www.rust-lang.org/
  2. Install dnote: https://github.com/dnote/dnote#installation

๐Ÿƒ Running project

  1. Clone the repo.

  2. cd into repo.

    sh cd dnote-tui

  3. Run tui

    sh cargo run

(back to top)

๐Ÿ“ Usage

๐Ÿƒ Run

sh cargo run

๐Ÿ—๏ธ Build

sh cargo build

๐Ÿงช Run Tests

sh cargo test

(back to top)

๐ŸŽฏ Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

๐Ÿค Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/amazing-feature)
  3. Commit your Changes (git commit -m 'feat: add some amazing-feature')
  4. Push to the Branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

(back to top)

๐Ÿ“„ License

Distributed under the MIT License. See LICENSE for more information.

(back to top)