Skip to content

ngnamhy/katuk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Katuk ✨

Introduction

Directory Bookmarking CLI written in rust

Installation

Prerequisites

  • cargo
  • rustc

You can install it from here

Manual Build

  1. clone this repository
  2. cd to the repository
  3. build the code with this command
cargo build --release --bin katuk_rs
  1. copy target/release/katuk_rs to your PATH (e.g., usr/bin/)
  2. source the equivalent script in folder script/ to your shell (e.g., /usr/bin/)
  3. enjoy :D

Usage

-h: help
-a <name>: new bookmark for current directory 
-a <name> <path>: new bookmark for path 
-p <name>: change dir to the path 
-l: list all available bookmarks
-e <name>: edit the existing bookmark for current directory 
-e <name> <path>: edit the existing bookmark for path

About

Directory Bookmarking CLI written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published