Crates.io | dnote-tui |
lib.rs | dnote-tui |
version | 0.5.10 |
source | src |
created_at | 2023-08-20 17:22:37.203509 |
updated_at | 2024-10-07 14:55:18.255791 |
description | TUI for dnote |
homepage | https://github.com/deepanchal/dnote-tui |
repository | https://github.com/deepanchal/dnote-tui |
max_upload_size | |
id | 949467 |
size | 1,752,112 |
TUI for dnote (https://www.getdnote.com/)
Explore the docs ยป
Report Bug
ยท
Request Feature
A TUI (Terminal User Interface) for dnote
.
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.
You can download the tar.xz
file matching your operating system from the
releases page, extract it and execute the dnote-tui
binary.
cargo install dnote-tui
If you wish to install from the main branch directly, use
cargo install --git https://github.com/deepanchal/dnote-tui
Once it's installed, simply run
dnote-tui
I will offer additional installation methods once the project reaches a more stable state.
git clone https://github.com/deepanchal/dnote-tui.git
cd dnote-tui
cargo run
Get started with dnote-tui quickly using Docker! This setup comes with pre-loaded test data so you can dive right into exploring the TUI features.
git clone https://github.com/deepanchal/dnote-tui.git
cd dnote-tui
docker compose run --rm dnote-tui
Or if you prefer to use Docker directly without Docker Compose, you can follow these steps:
# Build the docker image
docker build --build-arg RUST_VERSION=1.76.0 --build-arg DNOTE_VERSION=0.15.1 -t dnote-tui .
# Run the docker container
docker run --rm -it dnote-tui
cargo run
cargo build
cargo test
See the open issues for a full list of proposed features (and known issues).
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!
git checkout -b feat/amazing-feature
)git commit -m 'feat: add some amazing-feature'
)git push origin feat/amazing-feature
)Distributed under the MIT License. See LICENSE
for more information.