Crates.io | abhyas |
lib.rs | abhyas |
version | 1.5.0 |
source | src |
created_at | 2023-11-20 19:11:25.559214 |
updated_at | 2023-12-25 18:50:24.853283 |
description | Abhyas is a Rust command-line application for managing and interacting with a database of links. |
homepage | https://github.com/halshar/abhyas |
repository | https://github.com/halshar/abhyas |
max_upload_size | |
id | 1042736 |
size | 86,760 |
Abhyas is a Rust command-line application for managing and interacting with a database of links.
Clone and build the project:
git clone https://github.com/halshar/abhyas.git
cargo build --release
Install using cargo
cargo install abhyas
To run the application:
abhyas
For inserting links from a file:
abhyas --file <file_path>
# Replace `<file_path>` with the path to your file.
--file
flag to insert links from a specified file.This project utilizes the rusqlite
and other Rust libraries.
Contributions are welcome! If you have any suggestions or improvements, please open an issue or create a pull request.
This project is licensed under the GPLv3 License.