forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
134 changed files
with
3,228 additions
and
1,285 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,44 @@ | ||
This file lists known changes to `community` that are likely to have broken existing | ||
functionality. The file is sorted by date with the newest entries up the top. | ||
This file lists known changes to `community` that are likely to have | ||
broken existing functionality. The file is sorted by date with the | ||
newest entries up the top. | ||
|
||
Be aware there may be some difference between the date in this file and when the change was | ||
applied given the delay between changes being submitted and the time they were reviewed | ||
and merged. | ||
Be aware there may be some difference between the date in this file | ||
and when the change was applied given the delay between changes being | ||
submitted and the time they were reviewed and merged. | ||
|
||
--- | ||
* 2024-05-30 Deprecate 'drop down <user.number_small>' in favor of overridable 'choose' helper | ||
* 2024-01-27 Deprecate '<user.number_string>' command without a spoken prefix like `numb`. | ||
See `numbers.talon` and `numbers_unprefixed.talon.` If in the future you want to still use | ||
unprefixed numbers, you will need to comment out the | ||
`tag(): user.prefixed_numbers` line in your `settings.talon` file. | ||
* 2023-06-06 Deprecate `go ` command for VSCode. Use 'bar marks' instead. | ||
* 2024-09-07 Removed `get_list_from_csv` from `user_settings.py`. Please | ||
use the new `track_csv_list` decorator, which leverages Talon's | ||
`talon.watch` API for robustness on Talon launch. | ||
* 2024-09-07 If you've updated `community` since 2024-08-31, you may | ||
need to replace `host:` with `hostname:` in the header of | ||
`core/system_paths-<hostname>.talon-list` due to an issue with | ||
automatic conversion from CSV (#1268). | ||
* 2024-07-31 Remove commands `"command mode"`, `"dictation mode"` from | ||
custom user modes. Note that if you have any custom modes where you | ||
want these commands you could add that mode to the context of | ||
`command_and_dictation_mode.talon` or copying the command to one of | ||
your custom files. | ||
* 2024-07-30 Deprecate `lend` and `bend` commands in favor of `go line | ||
end | tail` and `go line start | head`. | ||
* 2024-07-28 Removed the following user namespace actions in favor of | ||
the new action/modifier grammar. | ||
https://github.com/talonhub/community/blob/37a8ebde90c8120a0b52555030988d4f54e65159/core/edit/edit.talon#L3 | ||
cut_word, copy_word, paste_word | ||
cut_all, copy_all, paste_all, delete_all | ||
copy_line, paste_line | ||
cut_line_start, copy_line_start, paste_line_start, delete_line_start | ||
cut_line_end, copy_line_end, paste_line_end, delete_line_end | ||
* 2024-05-30 Deprecate 'drop down <user.number_small>' in favor of | ||
overridable 'choose' helper | ||
* 2024-01-27 Deprecate '<user.number_string>' command without a spoken | ||
prefix like `numb`. See `numbers.talon` and | ||
`numbers_unprefixed.talon.` If in the future you want to still use | ||
unprefixed numbers, you will need to comment out the | ||
`tag(): user.prefixed_numbers` line in your `settings.talon` file. | ||
* 2023-06-06 Deprecate `go` command for VSCode. Use 'bar marks' instead. | ||
* 2023-02-04 Deprecate `murder` command for i3wm. Use 'win kill' instead. | ||
* 2022-12-11 Deprecate user.insert_with_history. Just use `user.add_phrase_to_history(text); | ||
insert(text)` instead. See #939. | ||
* 2022-10-01 Large refactoring of code base that moves many files into new locations. No | ||
other backwards-incompatible changes included. | ||
* 2022-12-11 Deprecate user.insert_with_history. Just use | ||
`user.add_phrase_to_history(text); insert(text)` instead. See #939. | ||
* 2022-10-01 Large refactoring of code base that moves many files into | ||
new locations. No other backwards-incompatible changes included. |
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
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
list: user.git_argument | ||
- | ||
abort: --abort | ||
all: --all | ||
allow empty: --allow-empty | ||
amend: --amend | ||
cached: --cached | ||
cashed: --cached | ||
color words: --color-words | ||
colour words: --color-words | ||
continue: --continue | ||
copy: --copy | ||
create: --create | ||
delete: --delete | ||
detach: --detach | ||
dir diff: --dir-diff | ||
directory diff: --dir-diff | ||
dry run: --dry-run | ||
edit: --edit | ||
fast forward only: --ff-only | ||
force: --force | ||
force create: --force-create | ||
force with lease: --force-with-lease | ||
global: --global | ||
global: --global | ||
hard: --hard | ||
ignore case: --ignore-case | ||
include untracked: --include-untracked | ||
interactive: --interactive | ||
keep index: --keep-index | ||
list: --list | ||
local: --local | ||
mixed: --mixed | ||
move: --move | ||
no edit: --no-edit | ||
no keep index: --no-keep-index | ||
no rebase: --no-rebase | ||
no track: --no-track | ||
no verify: --no-verify | ||
orphan: --orphan | ||
patch: --patch | ||
prune: --prune | ||
quiet: --quiet | ||
quit: --quit | ||
rebase: --rebase | ||
remote: --remote | ||
set up stream: --set-upstream | ||
set up stream to: --set-upstream-to | ||
short: --short | ||
short stat: --shortstat | ||
skip: --skip | ||
soft: --soft | ||
staged: --staged | ||
stat: --stat | ||
system: --system | ||
track: --track | ||
update: --update | ||
verbose: --verbose | ||
branch: -b | ||
combined: -c | ||
deep: -d | ||
very verbose: -vv | ||
HEAD | ||
main | ||
master | ||
origin | ||
upstream | ||
origin main: origin/main | ||
origin master: origin/master |
Oops, something went wrong.