Skip to content
/ kyou Public

a CLI app to create your today's working directory

Notifications You must be signed in to change notification settings

AumyF/kyou

Repository files navigation

kyou

kyou is a CLI app to create your today's working directory.

# on 2021-11-26
❯ kyou foo # to create 'foo' in today's directory
/home/user/kyou/2021/11/26/foo

❯ kyou where  # to print today's directory 
/home/user/kyou/2021/11/26

❯ cd `kyou where` # to move to today's directorycd `kyou bar` # to create `bar` and move to it

Installation

Using Nix

Nix Flakes (Nix >= 2.4)

❯ nix profile install github:aumyf/kyou

You can try kyou without installing by running:

❯ nix shell github:aumyf/kyou

Nix Channels

❯ nix-channel --add https://github.com/aumyf/kyou/archive/master.tar.gz kyou

❯ nix-channel --update

❯ nix-env -iA kyou

Using Go

❯ go install github.com/aumyf/kyou@latest

About

a CLI app to create your today's working directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published