コマンドの aliases に正規表現を指定できるようにするのはどうか
Reported by jugyo | March 16th, 2009 @ 11:03 AM
コマンドの aliases に正規表現を指定できるようにするのはどうか。
例:
Termtter::Client.register_command(
:name => :search, :aliases => [/^\//],
:exec_proc => lambda {|arg|
...
},
...
)
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Termtter is a terminal based Twitter client