-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
sdcv: add page #6145
Merged
Merged
sdcv: add page #6145
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
55e8ca4
Examples for aws-cur.md
258204 b7081f4
Merge branch 'main' of github.com:258204/tldr into main
258204 127ca1d
sdcv
258204 fec9f52
aws cur shouldn't be here
258204 27ed6d9
added --use-dict example
258204 dbc4f43
fixed formatting
258204 24f30bb
Update sdcv.md
258204 ffb7838
stray text
258204 72c09f9
Update pages/common/sdcv.md
258204 3e816a8
Update pages/common/sdcv.md
258204 d1e3d26
Update pages/common/sdcv.md
258204 bbc2679
Update pages/common/sdcv.md
258204 1c56580
removed trailing whitespace
258204 50a53ca
Update pages/common/sdcv.md
258204 cda109b
Update sdcv.md
258204 e1fcc76
Update pages/common/sdcv.md
258204 494f513
Update pages/common/sdcv.md
258204 c826094
Update pages/common/sdcv.md
258204 3829654
Update sdcv.md
258204 9580661
Update pages/common/sdcv.md
258204 e799308
Update pages/common/sdcv.md
258204 7a16978
Update pages/common/sdcv.md
258204 233d347
removed help
258204 b628272
Update pages/common/sdcv.md
258204 a13a8b8
Update pages/common/sdcv.md
258204 7ac3bf9
Update pages/common/sdcv.md
258204 489ff2e
Update pages/common/sdcv.md
258204 d4d4f6f
Update pages/common/sdcv.md
258204 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# sdcv | ||
|
||
> StarDict console version. Command line dictionary client. | ||
> Dictionaries are provided separately. | ||
> More information: <https://manned.org/sdcv>. | ||
|
||
- Start sdcv interactively: | ||
|
||
`sdcv` | ||
|
||
- List installed dictionaries: | ||
|
||
`sdcv --list-dicts` | ||
|
||
- Display a definition from a specific dictionary: | ||
|
||
`sdcv --use-dict {{dictionary_name}} {{search_term}}` | ||
|
||
- Lookup definition with fuzzy search: | ||
258204 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
`sdcv {{search_term}}` | ||
|
||
- Lookup definition with exact search: | ||
258204 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
`sdcv --exact-search {{search_term}}` | ||
|
||
- Lookup definition and get json output: | ||
258204 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
`sdcv -j {{search_term}}` | ||
258204 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
- Look in specific directory for dictionaries: | ||
258204 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
`sdvc --data-dir {{path/to/directory}} {{search_term}}` | ||
|
||
- Display help: | ||
|
||
`sdcv --help` | ||
CleanMachine1 marked this conversation as resolved.
Show resolved
Hide resolved
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this will read better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like to edit that toEdit: done by @bl-uecommand-line
I didn't see it previously
And I don't like that
itself
, its unrequiredThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to include"StarDict command-line version" somewhere, because that's what the acronym is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "StarDict command-line version, dictionary client. Dictionaries are provided separately from the client. "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that's interesting @258204. In that case I think it's fine to deviate a bit from "convention."
(note: @sbrl's
separately to
is not grammatically correct — @258204'sseparately from
is)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm,
StarDict command-line version
doesn't really read very well or make grammatical sense. Despite this, I think @bl-ue's suggestion is the best one given the situation.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm. I think
StarDict command-line variant
is worse than @bl-ue's version.