Skip to content

RiordanIX/tkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

tkt

A shell ticketing system.

There are 2 options to get the ticketing system to work:

  1. Create /tickets/open/ and /tickets/closed, and make the directories user/group writable. For example:

    sudo mkdir -p /tickets/open/ /tickets/closed/
    sudo chown <group>:<user> /tickets/open /tickets/closed
    
  2. Change the TKTDIR variable to the directory you want tickets to be stored. As long as you have permissions to read and write, tkt will create the necessary directories for you.

Recommendations

Try renaming tkt.sh to tkt and moving/copying it to somewhere in your system PATH, or add the directory tkt is stored to the PATH.

Feel free to make a feature request.

About

ticketing system in pure shell script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages