mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
23
README.org
23
README.org
@@ -21,6 +21,14 @@ make install
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
you can use "DESTDIR" variable to change installation path
|
you can use "DESTDIR" variable to change installation path
|
||||||
|
|
||||||
|
* Documentation
|
||||||
|
See sdcv man page for usage description.
|
||||||
|
|
||||||
|
* Bugs
|
||||||
|
To report bugs use https://github.com/Dushistov/sdcv/issues ,
|
||||||
|
if it is not possible you can report it via email to dushistov at mail dot ru.
|
||||||
|
Be sure to include the word "sdcv" somewhere in the "Subject:" field.
|
||||||
|
|
||||||
* Integration with [[https://github.com/junegunn/fzf][fzf]]
|
* Integration with [[https://github.com/junegunn/fzf][fzf]]
|
||||||
Useful when you have multiple dictionaries
|
Useful when you have multiple dictionaries
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
@@ -32,13 +40,14 @@ fzf --prompt="Dict: " \
|
|||||||
< <(echo)
|
< <(echo)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Documentation
|
* Integration with readline
|
||||||
See sdcv man page for usage description.
|
This lines can be added to inputrc file (~/.inputrc, /etc/inputrc),
|
||||||
|
to abort multiply usage with ESC:
|
||||||
* Bugs
|
#+begin_src
|
||||||
To report bugs use https://github.com/Dushistov/sdcv/issues ,
|
$if sdcv
|
||||||
if it is not possible you can report it via email to dushistov at mail dot ru.
|
"\e\e": "-1\n"
|
||||||
Be sure to include the word "sdcv" somewhere in the "Subject:" field.
|
$endif
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Notes to developer
|
* Notes to developer
|
||||||
** make source code release
|
** make source code release
|
||||||
|
|||||||
Reference in New Issue
Block a user