| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

TimeStamp Shortcut Ubuntu

Page history last edited by Dmitry Sokolov 7 years, 6 months ago

Go:

 Visual Taxonomy
  Hide/Show:

Taxonomy Path

Content

Categories

Alt-1, Alt-2, Alt-3 worked

 

05Oct16

bash -c 'sleep 0.3 && xdotool type "$(date +%d%b%y)"'

 

Current Date and time

05Oct16 10:30

bash -c 'sleep 0.5 && xdotool type "$(date +%d%b%y) $(date +%H:%M)"'

 

http://askubuntu.com/questions/237209/how-to-create-option-to-insert-time-stamp

DayHourMinute

51038

bash -c 'sleep 0.3 && xdotool type "$(date +%d%H%M)"'

  • Insert current date, hours and minutes in the position of pointer
  • delay of 0.3 seconds is applied (to allow switch between terminal and applicaitons?)
  • put to the Keyboard control panel
  • apply a shortcut (Ctrl-Shift-D, for example)


 

 

Comments (0)

You don't have permission to comment on this page.