capistrano_shell_history
capistrano_shell_history saves the history of Capistrano Shell.
Installation
Add this line to your application's Gemfile:
gem 'capistrano_shell_history'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano_shell_history
Usage
Add this line to your paplication's Capfile.
require 'capistrano_shell_history'
The history will be stored in .cap_shell_hisotory in your home directory.
You can configure history file by setting :shell_history variable.
set :shell_history, File.('~/the_new_history_file')
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request