Skip to content

dofi4ka/quick-spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick spaces

I created this project to organize temprorary files using consistent files structure and quick symlinks.

Usage

Add topic

qs topic <topic-name>

Create new directory for topic

qs create <topic-name>

Open new directory and do whatever you want

cd ~/Spaces/<topic-name>

Demo

2026-02-17.07-08-20-00.00.33.478-00.01.22.996.mp4

Installation

Copy qs to /usr/bin

make install

For even more quick access, you can create symlink to ~/.quick-spaces/links:

ln -s ~/.quick-spaces/links ~/Spaces

Templates

You can create @template directory in topic's directory and add any files here:

mkdir ~/.quick-spaces/python/@template
touch ~/.quick-spaces/python/@template/meow

qs will automatically copy files from @template to new directories.

About

Simple CLI tool for managing temporary files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors