lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

I made a tool which kind of mixes the functionality of tree and grep
together. You can check it out at:

https://github.com/EmmanuelOga/mwalker

The idea is to (somehow) use this inside vim to mimic the command-T
key of textmate users. I still need to find out how to write such vim
plugin.

Anyway, the subject of this email makes reference to:

https://github.com/EmmanuelOga/mwalker/blob/master/bin/mwalker

That's a shell script that sets up the environment to call the utility loader.

I'm just requiring the users to checkout, cd to the repo and run
"make". After that the bash script should work no matter where do you
call it from, but I'm wondering if there are any better distribution
guidelines for setups like this? (small lua script plus a C
module[s]).

I'm thinking of writing a luarock but I think that would be harder for
users to manage: installing luarocks is non trivial, albeit not really
that difficult.
--------------------------------------------------------------
EmmanuelOga.com - Software Developer