Fast script debugging system for zsh.
Go to file
2018-05-19 03:22:52 +02:00
default Store `default.def' in repository. A guaranteed default db (plain files) 2018-05-19 03:22:52 +02:00
defs defs: Add two databases, plain-file and other for sqlite3 2018-05-18 13:36:00 +02:00
myflock Add myflock backend locking program (util-linux/flock) 2018-05-13 10:27:36 +02:00
-zflai-disk-jokey dj: Resolve how should be default databases and tables called 2018-05-17 15:43:16 +02:00
-zflai_check_start Renamed *_memory_keeper to -zflai-disk-jokey 2018-05-17 08:19:19 +02:00
-zflai_elasticsearch_store Support for new database backend – ElasticSearch 2018-05-19 00:46:21 +02:00
-zflai_file_store *_file_store: Fully working new -zflai_file_store 2018-05-17 15:48:15 +02:00
-zflai_get_abstract_table_for *_sqlite_store: New -zflai_get_abstract_table_for(); use in sqlite store 2018-05-17 13:30:56 +02:00
-zflai_learn_table Uplift - logging function, EXIT trap, store header logged 2018-05-17 05:31:31 +02:00
-zflai_read_db_defs *_db_defs: Rename field in database definition from "type" to "engine" 2018-05-19 00:33:36 +02:00
-zflai_read_ini_file Store `default.def' in repository. A guaranteed default db (plain files) 2018-05-19 03:22:52 +02:00
-zflai_read_table_defs Large change-set, overall working SQLite storage (creates needed tables) 2018-05-15 18:12:35 +02:00
-zflai_sqlite_store *_sqlite_store: Remove surrounding separator-spaces from columns' text 2018-05-17 15:43:58 +02:00
-zflai_store Support for new database backend – ElasticSearch 2018-05-19 00:46:21 +02:00
.gitignore gitignore: Add myflock/flock 2018-05-15 18:14:33 +02:00
LICENSE A prototype, zflai-log works, idle exit works, restart at demand too 2018-05-10 22:45:14 +02:00
README.md Put disk-jokey related zstyles into ":dj" sub-group 2018-05-17 09:07:05 +02:00
zflai.plugin.zsh Support for new database backend – ElasticSearch 2018-05-19 00:46:21 +02:00
zflai_lib.zsh Uplift - logging function, EXIT trap, store header logged 2018-05-17 05:31:31 +02:00

the-z-invoker

Configuration

# How long to keep dj running after last login request
zstyle ":plugin:zflai:dj" keep_alive_time 15

# Store to disk each 30 seconds
zstyle ":plugin:zflai:dj" store_interval 30