Articles tagged “projects”

Idiomatic vimscript

For those who may be interested, I’ve created a repo on GitHub where I plan to dump small functions and scripts I write while helping people on irc or on Stack Overflow. In these scripts I will try my hardest to use “best practices” so they can be used as examples when writing your own scripts.

Please let me know if you notice anything you would do differently. The point of this is to serve as digestable examples of proper vimscript.

Check it out at vimscript-snippets.

Published on November 07, 2011 Comments

· · ·

New Project: bufstat

I recently wrote a vim plugin called bufstat that keeps a list of open buffers in your statusline. It offers a variety of options for customizing the display of the buffer list as well as a few different ways to sort the list. You can even provide your own sorting function if you feel so inclined. This is how bufstat looks in my configuration:

vim with bufstat

So far I’ve had a few users give me some positive feedback but I could always use feedback of any kind. If you’d like to try it out it’s hosted on github as vim-bufstat. Install it like you would any other plugin.

The documentation should be accurate and up to date but if there are any questions please let me know. You’ll probably want to read at least the intro and usage sections of the doc so you’ll know what to expect.

Published on May 25, 2011 Comments

· · ·

Projects Removed

I have removed both slurpy and shop from my website as I have abandoned both projects. You can still find forks of either one on github, however I recommend using the alternatives listed below instead.

Thanks for using my projects, hopefully you’ll find the alternative solutions better (as I did).

Published on February 20, 2011 Comments

· · ·

New Project: Shop

Please note that this project has been abandoned. For more information, please see this post.

Head on over to the projects page and check out shop! It’s a tool to show permissions of every level in a given path. Very useful when debugging permissions issues in many situations. There’s a better description over on the project page, so get there while it’s hot.

Published on November 06, 2009 Comments

· · ·

Slurpy: An AUR Helper

Please note that this project has been abandoned. For more information, please see this post.

Head on over to the projects page and check out slurpy! It’s an AUR helper modeled after arson, but written in python. Hopefully someone will find it useful and report some bugs so I’ll have something to do when I’m bored.

Published on June 22, 2009 Comments