A terminal client for OneDrive, built in Rust.
![one_tui screenshot]
Warning
one_tui
is in early development! Expect horrible bugs and unexpected behavior.
This project may not support all types of OneDrive accounts.
Important
DISCLAIMER: one_tui
is developed and maintained in free time voluntarily.
To use one_tui
, you need to have the following installed:
- Rust: Install Rust
- Zenity/Kdialog: for file picker support
sudo apt update
sudo apt install zenity
sudo pacman -S zenity
- Hack Mono Nerd Font: Download here
To build and run one_tui, follow these steps:
- Clone the repository:
git clone https://github.com/Riken7/one_tui.git cd one_tui
- Run
cargo run
- To build project
cargo build --release