Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 9, 2010
1 parent 916ba5f commit f09b985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.rdoc
@@ -1,7 +1,5 @@
== Description
Lightning is a commandline framework that revolutionizes how fast you are on the commandline. Lightning let's
you define and generate shell functions which autocomplete and interpret paths by their basenames.
The end result is that for any command and any file, you will never have to type its full path again.
Lightning is a commandline framework that could revolutionize how fast you are on the commandline. Lightning let’s you easily define and generate shell functions which autocomplete and interpret paths (files and directories) by their basenames. With these functions you don’t have to ever type the full path to any file for any command again.

== Intro
Lightning generates shell functions which can interpret paths by their basenames. So instead of carpal-typing
Expand Down
2 changes: 1 addition & 1 deletion lib/lightning/commands.rb
Expand Up @@ -6,7 +6,7 @@ module Lightning
# a command +lightning COMMAND -h+ i.e +lightning bolt -h+. Any command and subcommand can be abbreviated.
# For example, +lightning b c gem path1+ is short for +lightning bolt create gem path1+.
#
# == Command plugins
# == Command Plugins
# Command plugins are a way for users to define their own lightning commands.
# A command plugin is a .rb file in ~/.lightning/commands/. Each plugin can have multiple
# commands since a command is just a method in Lightning::Commands.
Expand Down

0 comments on commit f09b985

Please sign in to comment.