{row[1]}
\n' 69 | html_container += f'{pretty_date}
\n' 70 | html_container += '├── .gitignore ├── assets ├── tsr-raycast-tse.gif ├── tsr-raycast-tsl.gif ├── tsr-raycast-tsn.gif ├── tsr-raycast-tsr.gif ├── tsr-raycast-tsv.gif ├── tsr-raycast-tsr-full.gif ├── tsr-alfred-installation.gif ├── tsr-raycast-installation.gif ├── timeline.css └── timelinecss.py ├── alfred ├── Timestamp Record.alfredworkflow └── README.md ├── raycast ├── tse.py ├── tsr.py ├── tsn.py ├── tsl.py └── tsv.py ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | records/ 2 | .DS_Store -------------------------------------------------------------------------------- /assets/tsr-raycast-tse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tse.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-tsl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tsl.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-tsn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tsn.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-tsr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tsr.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-tsv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tsv.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-tsr-full.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-tsr-full.gif -------------------------------------------------------------------------------- /assets/tsr-alfred-installation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-alfred-installation.gif -------------------------------------------------------------------------------- /assets/tsr-raycast-installation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/assets/tsr-raycast-installation.gif -------------------------------------------------------------------------------- /alfred/Timestamp Record.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-branch/tsr/HEAD/alfred/Timestamp Record.alfredworkflow -------------------------------------------------------------------------------- /alfred/README.md: -------------------------------------------------------------------------------- 1 | ### Installation 2 | 3 | Installing the workflow is as simple as double clicking the `Timestamp Record.alfredworkflow` package here in this directory and hitting "Install" once in Alfred's installation window. 4 | 5 |
6 |
7 |
{pretty_date}
\n' 70 | html_container += '
10 |
11 |
69 |
70 |
79 |
80 |
87 |
88 |
102 |
103 |
110 |
111 |
124 |
125 |
132 |
133 |