forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Mergewithknaus #2
Merged
fidgetingbits
merged 85 commits into
fidgetingbits:master
from
EmergentMind:mergewithknaus
Dec 29, 2020
Merged
Mergewithknaus #2
fidgetingbits
merged 85 commits into
fidgetingbits:master
from
EmergentMind:mergewithknaus
Dec 29, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...on at least my machine
Fix "play/pause" media command
The CSVs are stored in a "settings" folder that the user can track independently. When the CSVs are updated, the talon lists they map to will be updated (in the `user.user_settings` context, which is global). Both mapped items (key -> value) and atomic items (key -> key) can be defined.
Use the new csv-based dicts to define vocab modifications in the user settings folder. When knausj is first loaded, these CSVs will be created. The user can then modify them as needed (and track changes, if they've subrepo'd the settings dir).
Create the settings dir only when a list is actually demanded - not before.
If the settings folder doesn't exist, do create it up-front. It needs to be there before we track it with `fs.watch`.
Create the settings folder immediately
Remove broken/redundant command
Fix "terminal here" on Mac
- Allow dragging via mouse grid. Must re-open mouse grid currently. - Use number_key instead of number when grid is open.
Not the start of the whole line
Change open & implement close
clip.set -> clip.set_text
Similar to number_small, but 1-20th
- Add function to trigger zoom mouse via a key or command. - clip.set -> clip.set_text
- start generic messaging module - Pulling from slack commands, expanding it to discord
-add commands for browsing by spoken version of file/folders. note: fairly rudimentary spoken version logic
overhaul numbers.py to use a simpler grammar
- Ubuntu commandline with support for file_manager stuff
- Enable some more tags for Ubuntu by default - Attempt to auto-convert windows paths in file_manager_open_directory
- Copy logic from explorer.py to correct re-map of user folders if one drive is installed - Garbage fix for home directory to work with file manager
- Config similar to https://github.com/mrob95/WindowsTerminal-config/blob/master/settings.json, with powershell as my default - Each supported terminal activates the tags supported - Commands should work in both standalone terminals and Windows Terminal now.
- Git accessible from minty
fidgetingbits
approved these changes
Dec 29, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.