Skip to content

Command-line program for organizing the file system 🗄️✨

Notifications You must be signed in to change notification settings

KwatMDPhD/Kata.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-line program for organizing the file system 🗄️✨

Help

Install

1. Download

git clone https://github.com/KwatMDPhD/Kata.jl

2. Instantiate

cd Kata.jl &&

julia --project --eval "using Pkg; Pkg.instantiate()"

3. Build

julia --project deps/build.jl

4. Path

PATH=~/.julia/bin:$PATH

5. Use

kata --help

Useful

kata remove && kata format && for jl in *jl; do echo $jl; cd $jl; kata reset; julia --project --eval "using Pkg; Pkg.update()"; cd ..; done && kata diff; kata push "Commit message."

🎊


Made by Kata 🥋