./devel/ruby-bond, Improve autocompletion in Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.1, Package name: ruby27-bond-0.5.1, Maintainer: ryoon

Bond is on a mission to improve autocompletion in ruby, especially
for irb/ripl. Aside from doing everything irb's can do and fixing
its quirks, Bond can autocomplete argument(s) to methods, uniquely
completing per module, per method and per argument. Bond brings
ruby autocompletion closer to bash/zsh as it provides a configuration
system and a DSL for creating custom completions and completion
rules. With this configuration system, users can customize their
autocompletions and share it with others. Bond can also load
completions that ship with gems. Bond is able to offer more than
irb's completion since it uses the full line of input when completing
as opposed to irb's last-word approach.


Master sites:

Filesize: 34.5 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-09-20 17:44:04 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Add "USE_LANGUAGES=	# none" for pure Ruby packages.
   2020-09-20 07:41:16 by Ryo ONODERA | Files touched by this commit (4)
Log message:
devel/ruby-bond: import ruby27-bond-0.5.1

Bond is on a mission to improve autocompletion in ruby, especially
for irb/ripl. Aside from doing everything irb's can do and fixing
its quirks, Bond can autocomplete argument(s) to methods, uniquely
completing per module, per method and per argument. Bond brings
ruby autocompletion closer to bash/zsh as it provides a configuration
system and a DSL for creating custom completions and completion
rules. With this configuration system, users can customize their
autocompletions and share it with others. Bond can also load
completions that ship with gems. Bond is able to offer more than
irb's completion since it uses the full line of input when completing
as opposed to irb's last-word approach.