Skip to content

Command-line program for 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 the file system 🗄️✨

Help

Install

Download

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

Instantiate

cd Kata.jl &&

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

Build

julia --project deps/build.jl

Path

PATH=~/.julia/bin:$PATH

Use

kata --help

(Useful commands)

kata delete && kata beautify && for jl in *jl; do echo $jl; cd $jl; kata match; julia --project --eval "using Pkg; Pkg.update()"; cd ..; done && kata festdi; kata adcopu ""

Made by Kata 🥋