Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
Last active February 19, 2017 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RebeccaWhit3/f9ffb5442117b27c6074cab8cf8049f0 to your computer and use it in GitHub Desktop.
Save RebeccaWhit3/f9ffb5442117b27c6074cab8cf8049f0 to your computer and use it in GitHub Desktop.
Screenshot Captor

Screenshot Captor

Custom Fields

Filename

$dt:%DATEFIELD$, replaces one date/time item (see help below) %_num%, 3digit uniqueifying number %autocapcount% %bnum%, 3digit uniqueifying number %browserurl%, url from captured browser window %capturemode% %company% %customdate%, obeys custom date format (fill in below) %date%, local date/time %datetime%, local date/time %description% %filename%, %fileversion% %fullfilename% %nicename% %num%, 3digit uniqueifying number %numinc% %productname% %quickfield%, quick text field from main screen %resolution% %scrapetext%, text scraped from captured window object %time%, local date/time %versionstring% %windowtitle% %windowtitlepure%

Date/Time

Fields for use in custom date format (from strftime function in c library):

Variable Description
%a Abbreviated weekday name
%A Full weekday name
%b Abbreviated month name
%B Full month name
%c Date and time representation appropriate for locale
%d Day of month as decimal number (01 – 31)
%H Hour in 24-hour format (00 – 23)
%I Hour in 12-hour format (01 – 12)
%j Day of year as decimal number (001 – 366)
%m Month as decimal number (01 – 12)
%M Minute as decimal number (00 – 59)
%p Current locale's A.M./P.M. indicator for 12-hour clock
%S Second as decimal number (00 – 59)
%U Week of year as decimal number with Sunday as first day of week (00 – 53)
%w Weekday as decimal number (0 – 6; Sunday is 0)
%W Week of year as decimal number with Monday as first day of week (00 – 53)
%x Date representation for current locale
%X Time representation for current locale
%y Year without century as decimal number (00 – 99)
%Y Year with century as decimal number
%z, %Z Time-zone name or abbreviation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment