xikij package
Xikij is a xiki clone for atom under very development.
working features
-
file browsing with absolute paths. E.g. hit
ctrl-enteron following line:/homeOpen a file inline by pressing ctrl-enter. Save expanded file by going to filename and press
ctrl-shift-enter.If you have installed package open-plus, you can open a file or directory by pressing
ctrl-o. -
program execution works. E.g. hit
ctrl-enteron following line:$ ps -ef -
prompts work. hit
enteron following line:$ ls -
multicursor prompts work:
$ ls /home $ ls /tmp -
nested contexts work. Hit
ctrl-enteron$ lsline:/home $ ls -
menus work, there are some now:
hostname-- print host's nameip-- print host's ip to internetpwd-- print current working directory
-
syntax highlighting of nested opened files
~/.atom/packages - atom-xikij/lib/xikij.coffee
[32m✓ [39mPublishing atom-xikij@v0.9.1 [32m✓ [39m
Changelog
... many more changes not yet listed here 0.9.1
- fix issue #4
0.9.0
- prompt works ($)
- multi cursor prompts
0.4.0
- fix collapsing, keep last empty line
- xikij enabled per default
0.3.0
- directory browsing
0.2.0
- add program execution
- indentation fixed
0.1.0
- this is an "internal" release, not ready for use, only for experimenting
$ ls $