Skip to content

Shell script that types out the current time unix timestamp with a keyboard shortcut.

Notifications You must be signed in to change notification settings

nbry/timestamp-kb-shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Unix timestamp keyboard shortcut

Dependencies

  1. xdotool
  2. xbindkeys

On ubuntu, you can install the dependencies by running the following

sudo apt install xdotool xbindkeys

Install with Makefile

  1. Clone the repo
  2. cd into the repo directory
  3. Run make install

Install manually

TBD

Changing the default shortcut

  1. Open up ~/.xbindkeysrc
  2. Find the line that contains "timestamp_kb_shortcut.sh"
  3. On the next line is the shortcut (default is F10). Change this line to whatever you want

About

Shell script that types out the current time unix timestamp with a keyboard shortcut.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published