Skip to content

Commit

Permalink
automatic creation of workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrillek committed Jul 14, 2022
1 parent f30a954 commit 1db71ba
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"spellright.language": [
"de",
"en"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}
Binary file added DT-Search-JS.alfredworkflow
Binary file not shown.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@ It doesn't yet implement the global variables available in the older on to exclu

## Keyboard shortcuts

- <kbd>DTD</kbd> select database for subsequent commands
- <kbd>DTS</kbd> search in all databases or only the one selected by DTD
- <kbd>DTSG</kbd> show all smart groups or only for the DB selected by DTD
- <kbd>DTF</kbd> list favorites, **but not** databases, only groups and
records
- <kbd>DTWL</kbd> Load workspace
- <kbd>DTWS</kbd> Save workspace
- <kbd>DTT</kbd> Search for tags
- <kbd>DTTS</kbd>: Search with query in DT
- <kbd>DTD</kbd> select database for subsequent commands,
- <kbd>DTS</kbd> search in all databases or only the one selected by DTD,
- <kbd>DTSG</kbd> show all smart groups or only for the DB selected by DTD,
- <kbd>DTF</kbd> list favorites, **but not** databases, only groups and records,
- <kbd>DTWL</kbd> Load workspace,
- <kbd>DTWS</kbd> Save workspace,
- <kbd>DTTS</kbd>: Search with query in DT,
- <kbd>DTT</kbd> Search for tags. This is a shortcut to <kbd>DTS</kbd> with a query like "tags: t1 tags: t2".

## Result order

Results are returned in the following order
- Databases (<kbd>DTD</kbd>) alphabetically by name,
- Records (<kbd>DTS</kbd>, </bd>DTTS</kbd>) first by database, than by ranking,
- Records (<kbd>DTS</kbd>, <kbd>DTTS</kbd>) first by database, than by ranking,
- Tags (<kbd>DTT</kbd>) alphabetically by name,
- Workspaces (<kbd>DTWL</kbd>) alphabetically by name,
- Smart groups (<kbd>DTSG</kbd>) first by database, than by name.
- Smart groups (<kbd>DTSG</kbd>) first by database, than by name.
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<key>modifiers</key>
<integer>524288</integer>
<key>modifiersubtext</key>
<string></string>
<string>Show all smartgroups in database</string>
<key>vitoclose</key>
<false/>
</dict>
Expand Down Expand Up @@ -1037,7 +1037,7 @@ DTTS - Search with query in DT</string>
<key>DB152084-DE5D-4ED3-8F90-EF5B355D6CEA</key>
<dict>
<key>note</key>
<string>List input tags</string>
<string>Search by tags</string>
<key>xpos</key>
<integer>215</integer>
<key>ypos</key>
Expand Down

0 comments on commit 1db71ba

Please sign in to comment.