Skip to content
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

csv overrides #63

Merged
merged 55 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
10d52c3
Create missing settings
AndreasArvidsson Aug 17, 2021
2c69b9c
Added watch
AndreasArvidsson Aug 17, 2021
8f58ab3
Added timestamp and notification
AndreasArvidsson Aug 17, 2021
e8650e1
Implemented override
AndreasArvidsson Aug 18, 2021
6732889
Added more actions
AndreasArvidsson Aug 18, 2021
1811b0c
cleanup
AndreasArvidsson Aug 18, 2021
c2ab557
Updated cheat sheet
AndreasArvidsson Aug 18, 2021
c2d7fc5
Allow dictionary or list of dictionaries
AndreasArvidsson Aug 18, 2021
47a6c19
Clean up
AndreasArvidsson Aug 18, 2021
263b3f9
Clean up
AndreasArvidsson Aug 18, 2021
6e829f4
upper case action list names
AndreasArvidsson Aug 18, 2021
5fb96b9
Tweak csv file
pokey Aug 18, 2021
da867fb
fixes
pokey Aug 18, 2021
78dcfdd
Update src/csv_overrides.py
AndreasArvidsson Aug 18, 2021
c58a295
Update src/csv_overrides.py
AndreasArvidsson Aug 18, 2021
dc793af
Update src/csv_overrides.py
AndreasArvidsson Aug 18, 2021
3920b7c
Update src/csv_overrides.py
AndreasArvidsson Aug 18, 2021
eb956f0
Merge branch 'overrides' into pokey-csv-settings-fixes
pokey Aug 18, 2021
dccfeb7
Error message tweaks
pokey Aug 18, 2021
9a03aae
Improve error message
pokey Aug 18, 2021
7c306eb
Fixes
pokey Aug 18, 2021
f48f1a5
Improve logging
pokey Aug 20, 2021
a0ca9e9
Add "cell" selection type; merge scope lists
pokey Aug 20, 2021
7a37615
Many improvements
pokey Aug 21, 2021
409c9bc
tweak
pokey Aug 21, 2021
645be1c
tweaks
pokey Aug 21, 2021
e508fca
tweaks
pokey Aug 21, 2021
aacb7d3
again
pokey Aug 21, 2021
9c9d42d
Remove unused contexts
pokey Aug 21, 2021
f5cad4f
Support customizing range specifiers
pokey Aug 21, 2021
5cf7be6
Clean up cheatsheet
pokey Aug 21, 2021
4c31bff
Tweaks
pokey Aug 21, 2021
0aa51fc
More clean up
pokey Aug 21, 2021
f44e18a
Make list specifier configurable
pokey Aug 21, 2021
67a1fca
Ad comment
pokey Aug 21, 2021
c7b8de7
Tweaks
pokey Aug 21, 2021
32a7eaf
"specifier" => "connective"
pokey Aug 23, 2021
db0561c
Change box to square
pokey Aug 23, 2021
2149f24
Makes csv directory configurable
pokey Aug 23, 2021
0056d67
Use range connectives for subtoken ranges
pokey Aug 23, 2021
9a3ca31
Makes sub token scope type names configurable
pokey Aug 23, 2021
9a35200
Use proper csv headers
pokey Aug 23, 2021
0fc81b9
Fix removal; remove "skip past"
pokey Aug 24, 2021
84dc499
Change compound names
pokey Aug 24, 2021
7d8a206
Disable "gray" by default
pokey Aug 24, 2021
df4ddcf
Changes from discord session
pokey Aug 24, 2021
9d2bc29
Fix swap connective
pokey Aug 24, 2021
608c9b7
Use connective overrides in cheatsheet
pokey Aug 24, 2021
808fed2
Add shapes
pokey Aug 27, 2021
13551bd
Fixes
pokey Aug 30, 2021
ce9e2de
fix
pokey Aug 30, 2021
9eea68b
Change shape names
pokey Aug 31, 2021
47d4512
Remove hats from csvs
pokey Aug 31, 2021
23955ea
Disabled delimiters
pokey Aug 31, 2021
b8b8ffb
Remove shapes
pokey Aug 31, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Cursorless talon

This repository contains the talon side of [Cursorless](https://marketplace.visualstudio.com/items?itemName=pokey.cursorless).
This repository contains the talon side of [Cursorless](https://marketplace.visualstudio.com/items?itemName=pokey.cursorless).

## Documentation

Full documentation can be found in [docs](docs/), or by saying `"cursorless docs"`. Once you understand the concepts, you can pull up a cheat cheat for reference using the command `"cursorless help"`.

## Installation

First, install the dependencies:

### Dependencies

1. Install [Talon](https://talonvoice.com/)
2. Install [knausj_talon](https://github.com/knausj85/knausj_talon). Note that
even a heavily modified version of knausj should be fine, but make sure you
Expand All @@ -17,13 +20,14 @@ First, install the dependencies:
If rebasing is too painful, or if you are not a user of knausj, you can just
clone [the command
client](https://github.com/pokey/talon-vscode-command-client) into your
talon user directory. You may need a couple other things from knausj but nothing major. Please file an issue if you have trouble getting this repo to work without knausj.
talon user directory. You may need a couple other things from knausj but nothing major. Please file an issue if you have trouble getting this repo to work without knausj.
3. Install [VSCode](https://code.visualstudio.com/)
4. Install the [VSCode talon extension pack](https://marketplace.visualstudio.com/items?itemName=pokey.talon)
5. Install the [Cursorless VSCode extension](https://marketplace.visualstudio.com/items?itemName=pokey.cursorless)
6. Follow the instructions below to install cursorless-vscode itself.

### Installing this repo

#### Linux & Mac

Clone repo into `~/.talon/user`
Expand All @@ -32,7 +36,7 @@ Clone repo into `~/.talon/user`
cd ~/.talon/user
git clone https://github.com/pokey/cursorless-talon cursorless-talon
```

Alternatively, access the directory by right clicking the Talon icon in taskbar, clicking Scripting>Open ~/talon, and navigating to user.

The folder structure should look something like the below:
Expand All @@ -49,15 +53,15 @@ The folder structure should look something like the below:

#### Windows

Clone repo into `%AppData%\Talon\user`
Clone repo into `%AppData%\Talon\user`

```insert code:
cd %AppData%\Talon\user
git clone https://github.com/pokey/cursorless-talon cursorless-talon
```

Alternatively, access the directory by right clicking the Talon icon in taskbar, clicking Scripting>Open ~/talon, and navigating to user.

The folder structure should look something like the below:

```insert code:
Expand Down
Loading