Skip to content

Commit

Permalink
minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Jun 4, 2016
1 parent 66e214c commit ecbca20
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
katepart-script
===============

KTextEditor additional command line. Compatible with Kate, KWrite, KDevelop, etc.
These scripts adds more than one hundred new commands to the Kate Editor and derivatives (KWrite, KDevelop, Kile, etc).

By default, the shortcut to command line is `f7`.


Documentation
-------------

See `./doc-script/doc.html` (fr with examples)
Open `./doc-script/doc.html` with a browser (fr with examples) or `help a_command` in the command line.


Install
-------

## KDE 5:

Copy `libraries/` and `commands/` in the local home folder $XDG_DATA_HOME/katepart5/script/. Therein, the environment variable XDG_DATA_HOME typically expands to either ~/.local or ~/.local/share

ATTENTION: headers files are incompatible. See `help:/katepart/dev-scripting.html#dev-scripting-command-line`.
/!\ _ATTENTION_: headers files are incompatible. Use `build5.js` or see `help:/katepart/dev-scripting.html#dev-scripting-command-line`.

Copy `libraries/` and `commands/` in the local home folder $XDG_DATA_HOME/katepart5/script/. Therein, the environment variable XDG_DATA_HOME typically expands to either ~/.local or ~/.local/share

Or merge commands into one file with `build5.sh`:

Expand Down

0 comments on commit ecbca20

Please sign in to comment.