Skip to content

Riken7/one_tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

one-tui

A terminal client for OneDrive, built in Rust. ![one_tui screenshot]Screenshot from 2025-01-20 10-57-57 1920x1080

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.

Prerequisites

To use one_tui, you need to have the following installed:

  1. Rust: Install Rust
  2. Zenity/Kdialog: for file picker support

For Ubuntu/Debian-based systems:

sudo apt update
sudo apt install zenity

For Arch Linux:

sudo pacman -S zenity
  1. Hack Mono Nerd Font: Download here

Development

To build and run one_tui, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Riken7/one_tui.git
    cd one_tui
  2. Run
    cargo run
  3. To build project
    cargo build --release