1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-03 08:08:24 +00:00
Commit Graph

2257 Commits

Author SHA1 Message Date
jbranchaud c0f20267bb Add Shorten SSH Commands With Aliases as a Unix TIL 2025-11-12 15:00:19 -06:00
jbranchaud 50deb6175f Add Detect How Long A User Has Been Idle as a Mac TIL 2025-11-11 17:13:36 -06:00
jbranchaud d1f41884ce Add Set Default Tasks For Rake To Run as a Ruby TIL 2025-11-10 18:06:12 -06:00
jbranchaud 91149fe7cc Add Show Summary Stats For Current Branch as a Git TIL 2025-11-10 17:25:24 -06:00
jbranchaud e2eb31a4a9 Add Reference Hash Key With Safe Navigation as a Ruby TIL 2025-11-09 17:12:09 -05:00
jbranchaud 113b7b2dfe Add Prevent Sleep With The Caffeinate Command as a Mac TIL 2025-11-09 13:50:03 -05:00
jbranchaud 16074c021f Add Convert JSON Field To Hash With Indifferent Access as a Rails TIL 2025-11-08 08:55:41 -05:00
jbranchaud 9e76753540 Add Open File On Remote Like GitHub as a VSCode TIL 2025-11-03 14:19:14 -05:00
jbranchaud eb4dea611e Add Inspect Assertions Preventing Sleep as a Mac TIL 2025-11-02 15:21:31 -06:00
jbranchaud 6ef998b024 Add Check If A File Is Under Version Control as a Git TIL 2025-11-02 11:01:30 -06:00
jbranchaud 6e066ec72a Add Target Another Repo When Creating A PR as a GitHub TIL 2025-11-02 08:18:41 -06:00
jbranchaud 060ce8262d Add Set Up A Project-Local Cluster With Postgres.app as a Postgres TIL 2025-11-01 08:41:56 -05:00
jbranchaud 96fd138837 Add Exclude A Specific File From fd Results as a Unix TIL 2025-10-31 16:09:44 -05:00
jbranchaud a51d716e45 Add Reword A Commit Message With Fugitive as a Vim TIL 2025-10-29 22:26:37 -05:00
jbranchaud 59de2fef0d Add Add Bindings To Split Panes To Current Directory as a tmux TIL 2025-10-29 21:38:06 -05:00
jbranchaud fdd2461b75 Add Check If A File Has Changed In A Script as a Git TIL 2025-10-28 12:25:43 -05:00
jbranchaud e8c2e01d6f Add better status check for notes:push 2025-10-28 08:29:15 -05:00
jbranchaud ed9cedc870 Add Run A Task If It Meets Criteria as a Taskfile TIL 2025-10-28 08:26:39 -05:00
jbranchaud da585ec5a4 Add Allow Cursor To Be Launched From CLI as a Cursor TIL 2025-10-27 21:37:59 -05:00
jbranchaud 35d1a81ea7 Move recent TIL to new GitHub category 2025-10-27 17:08:55 -05:00
jbranchaud d69fefe9f0 Use status instead of precondition to avoid error 1 2025-10-27 17:07:21 -05:00
jbranchaud 1cc612294e Run notes:push steps only if there are changes 2025-10-27 16:45:03 -05:00
jbranchaud d79264395b Add Open A PR To An Unforked Repo as a GitHub TIL 2025-10-27 15:14:00 -05:00
jbranchaud 2d5abd9cbf Revert to excluding entire README formatting
The `unorderedListMarker` setting was hallucinated.
2025-10-26 18:20:47 -05:00
jbranchaud 2efaf27066 Add Tell gh What The Default Repo Is as a Git TIL 2025-10-26 17:58:42 -05:00
jbranchaud 6b4b2c588c Rework notes task to make edit the primary one
What was 'edit' has been renamed to 'open'. And 'edit' is now what was
not so clearly named 'save'.
2025-10-26 17:14:51 -05:00
jbranchaud e473fa781d Move notes higher up, it is most common command 2025-10-26 17:09:51 -05:00
jbranchaud 5ce5eccb0a Add Jump Between Changes In Current File as a Neovim TIL 2025-10-26 16:52:24 -05:00
jbranchaud db4961a8eb Don't error if you escape from fzf 2025-10-25 13:40:17 -05:00
jbranchaud ff227a39ed Turn of only dprint's unordered list formatting 2025-10-25 12:51:25 -05:00
jbranchaud 0d3975eb9c Disable dprint for README for bullet formatting 2025-10-25 12:49:33 -05:00
jbranchaud d171c3784b Get rid of the help task, not needed now 2025-10-25 11:51:27 -05:00
jbranchaud e6d00a94f3 Add an interactive picker for notes tasks 2025-10-25 11:50:22 -05:00
jbranchaud 0e934d8dd3 Add a default task to list all tasks 2025-10-25 10:05:38 -05:00
jbranchaud c30b17dd68 Add a taskfile for managing notes submodule 2025-10-25 09:59:34 -05:00
jbranchaud 757e163c2e Ignore all changes to the notes submodule 2025-10-25 00:57:38 -05:00
jbranchaud cf037f13f7 Tell the submodule to use the main branch 2025-10-25 00:50:16 -05:00
jbranchaud 08fb235e81 Add submodule for including private notes file 2025-10-25 00:37:04 -05:00
jbranchaud 95dc00d748 Add Get The Names Of The Month as a Ruby TIL 2025-10-24 15:18:40 -05:00
jbranchaud ece12aac76 Add Clean Up Your Brew Installations as a Brew TIL 2025-10-23 14:23:11 -05:00
jbranchaud 9a6a40bdd6 Add Capture Screenshot To Clipboard From CLI as a Mac TIL 2025-10-22 15:40:50 -05:00
Jake Worth 4b4bd2350f Fix typo 2025-10-19 22:44:16 -05:00
jbranchaud 5924edf4c0 Add Set Up GPG Signing Key as a Git commit 2025-10-19 15:06:09 -05:00
jbranchaud 5eb21b3aa2 Add Transform Text To Lowercase as a Unix TIL 2025-10-17 21:49:38 -05:00
jbranchaud 5b3f1536fd Add Format Specific html.erb Template Files as a Rails TIL 2025-10-16 08:55:51 -05:00
jbranchaud ec0e84664f Add Prevent Mailer Previews From Cluttering Database as a Rails TIL 2025-10-06 08:52:25 -05:00
jbranchaud 3912276599 Add Allow Number Input To Accept Decimal Values as an HTML TIL 2025-10-04 10:24:36 -05:00
jbranchaud d166ffac0b Add Scope Records To A Lower Or Upper Bound as a Rails TIL 2025-10-03 19:59:00 -05:00
jbranchaud e8b953ba6d Add Disable And Enable A Button as a Tailwind TIL 2025-09-29 18:54:05 -05:00
jbranchaud 8613c21f41 Add Avoid Double Negation With Minitest Refute as a Ruby TIL 2025-09-16 09:33:48 -05:00