Commit graph

23 commits

Author SHA1 Message Date
Oliver Davies 636d928fc8 Replace periods with underscores in session names 2024-05-06 10:53:20 +01:00
Oliver Davies e3dda9ade8 Add directories within /tmp 2024-05-04 21:43:40 +01:00
Oliver Davies b88be58190 Add ~/Code/work and ~/Code/personal to the
...suggestions
2024-05-04 19:02:32 +01:00
Oliver Davies 5ecf13ccb6 Update the suggested directories in bin/t 2024-05-04 01:34:16 +01:00
Oliver Davies fd6b1f4a75 Simplify code repository directory structure 2024-05-03 23:38:32 +01:00
Oliver Davies cf71b2b6bb Restructure GitLab repository structure 2024-04-24 23:17:16 +01:00
Oliver Davies 5a38fdcb88 Include GitLab repositories are within multi-level
...directories
2024-04-09 23:18:05 +01:00
Oliver Davies c99564fff5 Remove support for .tmuxinator.yml files
Only support .tmuxinator.yaml files
2024-04-01 20:41:09 +01:00
Oliver Davies 488f70aab2 Add support for .tmuxinator.yaml files 2024-03-30 22:15:32 +00:00
Oliver Davies a6a81f0cd6 Support tmuxinator configurations in .ignored
Also use tmuxinator if the `.tmuxinator.yml` file is within a `.ignored`
directory and ignored from Git.
2024-03-27 08:53:34 +00:00
Oliver Davies f2db3d29f7 Enable tmuxinator
This is a potential replacement for my custom `.tmux` files.
2024-03-26 20:45:02 +00:00
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)