Commit graph

12 commits

Author SHA1 Message Date
Oliver Davies 3d24bce0d9 Don't show any directories ending in "-old" 2024-01-25 18:23:38 +00:00
Oliver Davies 1d11adfe94 Only show top-level directories within ~/Code/tmp 2024-01-25 18:07:51 +00:00
Oliver Davies c600c30e22 Revert "Use zoxide to provide paths to fzf"
This reverts commit 54fdbd71d9.
2023-12-19 20:50:12 +00:00
Oliver Davies 7832d6b0b6 Update the t script 2023-12-19 15:28:12 +00:00
Oliver Davies 12001b588a Update the t script 2023-12-19 10:54:31 +00:00
Oliver Davies bb64b892aa work with .tmux files 2023-12-15 00:00:37 +00:00
Oliver Davies 54fdbd71d9 Use zoxide to provide paths to fzf 2023-12-11 21:25:23 +00:00
Oliver Davies 5303c1ae9c fix(scripts): fix incorrect item 2023-11-04 20:21:13 +00:00
Oliver Davies 624faf959c refactor: restructure my Code directory
I recently restructed the contents of my `~/Code` directory so that
repositories are grouped by their provider and organisation.

For example, my `dotfiles` are now located at
`~/Code/github.com/opdavies/dotfiles`.

Likewise, `build-configs` is now located at
`~/Code/github.com/OliverDaviesLtd/build-configs` as it's within the
`OliverDaviesLtd` organisation.

As well as `~/Code/github.com`, I also have `~/Code/bitbucket.org` for
Bitbucket repositories. These are also grouped within subdirectories for
each organisation.

This change means I need to update any reference to the old `dotfiles`
location to the new one and I can update the `t` function to adjust the
min and max depth it uses to find directories.
2023-08-07 09:53:33 +01:00
Oliver Davies 0eee846185 fix(scripts): update paths 2023-06-13 19:57:25 +01:00
Oliver Davies 575e0f694b fix(tmux): find warning when using t function
Fixes #51
2023-04-24 19:28:35 +01:00
Oliver Davies ee44c41652 chore: rename tmux-sessioniser
- Rename `tmux-sessioniser` to `t`.
- Search only within the `~/Code` directory instead of using zoxide.
2022-12-19 09:39:39 +00:00
Renamed from bin/tmux-sessioniser (Browse further)