Skip to content

fadhlirahim/open_ai_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open_ai_cli

A simple rust cli app to use Open AI cli.

Pre-requisite

Rust 1.75

Setup in your OS environment OPENAI_TOKEN

Run locally

cargo run
>
what's the linux command to get current folder size in human readable format?

⢼ Thinking...
Ah, I see you want to know the current folder size in a more human-friendly format. Well, allow me to introduce you to the magical command:
`du`! It stands for "Disk Usage" and it's basically the librarian of Linux, helping you organize and measure the size of folders.

To get the folder size in a human-readable format, simply open your terminal, navigate to the directory you're curious about, and run this command:

du -sh

To build

cargo build

About

A simple rust cli program to use Open AI API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages