-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support workspaces config option #155
Merged
Merged
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41cfd7f - Browse repository at this point
Copy the full SHA 41cfd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070ef9f - Browse repository at this point
Copy the full SHA 070ef9fView commit details -
refactor: default_workspace and workspaces table
- if the cwd matches directory in `workspaces` table use it as the vault dir (`client.dir`) (epwalsh#128) - if cwd does not match any value in `workspaces`, use cwd as the vault dir (epwalsh#119) - rename `dir` to `default_workspace - contains an index into the `workspaces` table as a fallback
Configuration menu - View commit details
-
Copy full SHA for 2aaf7ff - Browse repository at this point
Copy the full SHA 2aaf7ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3313a3 - Browse repository at this point
Copy the full SHA d3313a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7a3f7 - Browse repository at this point
Copy the full SHA ee7a3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c10132 - Browse repository at this point
Copy the full SHA 9c10132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 731fd49 - Browse repository at this point
Copy the full SHA 731fd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d71474 - Browse repository at this point
Copy the full SHA 8d71474View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a3a8f - Browse repository at this point
Copy the full SHA c5a3a8fView commit details -
refactor: workspace command changes
- when called with no arguments, print the current workspace name and path - when called with a single argument, try to switch to the workspace
Configuration menu - View commit details
-
Copy full SHA for 170dddb - Browse repository at this point
Copy the full SHA 170dddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c19046 - Browse repository at this point
Copy the full SHA 9c19046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591a116 - Browse repository at this point
Copy the full SHA 591a116View commit details -
Configuration menu - View commit details
-
Copy full SHA for d780e10 - Browse repository at this point
Copy the full SHA d780e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd5f23 - Browse repository at this point
Copy the full SHA acd5f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5931ba - Browse repository at this point
Copy the full SHA a5931baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c31a654 - Browse repository at this point
Copy the full SHA c31a654View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a93c5 - Browse repository at this point
Copy the full SHA d3a93c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 417eb91 - Browse repository at this point
Copy the full SHA 417eb91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c741398 - Browse repository at this point
Copy the full SHA c741398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b4a83 - Browse repository at this point
Copy the full SHA 46b4a83View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 598bc0a - Browse repository at this point
Copy the full SHA 598bc0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48ae1f1 - Browse repository at this point
Copy the full SHA 48ae1f1View commit details -
chore: add function to create new workspace from dir
- names the workspace the name of the dir
Configuration menu - View commit details
-
Copy full SHA for e190304 - Browse repository at this point
Copy the full SHA e190304View commit details -
chore: default workspace name to the name of the directory
- previously using obfuscatory "test_vault"
Configuration menu - View commit details
-
Copy full SHA for 1e1ba52 - Browse repository at this point
Copy the full SHA 1e1ba52View commit details -
- if `dir` is set, convert it to a workspace object
Configuration menu - View commit details
-
Copy full SHA for 04dd838 - Browse repository at this point
Copy the full SHA 04dd838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852895f - Browse repository at this point
Copy the full SHA 852895fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79118e1 - Browse repository at this point
Copy the full SHA 79118e1View commit details -
- if `dir` is set, use that as the default workspace - even if workspaces are defined, `dir` is used as the default
Configuration menu - View commit details
-
Copy full SHA for f422f98 - Browse repository at this point
Copy the full SHA f422f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9402d59 - Browse repository at this point
Copy the full SHA 9402d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc228a0 - Browse repository at this point
Copy the full SHA bc228a0View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 242fdbe - Browse repository at this point
Copy the full SHA 242fdbeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.