aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* coin: avoid Unicode charactersPřemysl Janouch2015-02-211-1/+1
|
* ZyklonB: Add a "simple" pomodoro plugin in RubyPřemysl Janouch2015-02-211-0/+502
|
* Add another form of YouTube linksPřemysl Janouch2015-02-121-6/+8
|
* script: fix escaping in the dot commandPřemysl Janouch2014-10-031-3/+3
|
* script: don't get killed because of usersPřemysl Janouch2014-09-271-0/+3
|
* script: watch all memory allocationsPřemysl Janouch2014-09-271-360/+475
| | | | | | And some other miscellaneous changes. Now it should be ready for the real life.
* script: set a scricter limit on memoryPřemysl Janouch2014-09-191-0/+12
|
* coin: wrap an if statementPřemysl Janouch2014-08-021-1/+5
|
* script: fix parse_word()Přemysl Janouch2014-07-311-3/+6
| | | | With the `c > ' '` requirement we can't have an assertion for length in there.
* script: improvementsPřemysl Janouch2014-07-311-118/+285
| | | | | | | - fixed cons - added missing arithmetic operators - added min/max/xor/all?/any?/nip/curry/reverse/over - added a few functional tests
* script: add lengthPřemysl Janouch2014-07-311-2/+33
|
* script: add uncons/first/rest/>/>=/<=/!=/joinPřemysl Janouch2014-07-311-7/+64
|
* script: fix call/dip, add fold/each/unit/cons/catPřemysl Janouch2014-07-311-17/+120
|
* Fix the `youtube' pluginPřemysl Janouch2014-07-301-1/+1
| | | | I hadn't read the docs throughly.
* Add an experimental `script' pluginPřemysl Janouch2014-07-301-0/+1819
| | | | | | Basically reimplemented the macro language from libxntd. Lots of work to be done yet, even if we keep it as a stand-alone TCC plugin.
* Didn't intend to commit the API key, tooPřemysl Janouch2014-07-251-2/+0
|
* Added a `youtube' pluginPřemysl Janouch2014-07-251-0/+96
| | | | Written for Python 3, it just shows info about random YouTube links.
* Some fixes for the `coin' pluginPřemysl Janouch2014-07-241-9/+9
| | | | Hey, I'm pretty new to Tcl, leave me alone.
* Port the `coin' plugin from VitaminAPřemysl Janouch2014-07-242-3/+127
|
* Initial commitPřemysl Janouch2014-07-051-0/+312