Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13121unicode-display_width[Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidt...
2446108unicode-emoji[Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode ...
31,7791,983paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
41,8832,277clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
52,4542,065unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
62,8866,896relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
74,9644,326wirbWIRB adds syntax highlighting for inspected Ruby objects - from core and default gems
85,2257,584logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,4604,722unicode-types[Unicode 17.0.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
105,4754,359ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
115,9043,687instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
126,1488,983ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
136,7984,069unicode-scripts[Unicode 17.0.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
146,9543,816unicode-confusable[Unicode 17.0.0] Compares two strings if they are visually confusable as described in U...
157,5974,244fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
167,6974,642irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
178,4264,556ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
188,4334,648every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
198,8527,605whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
208,9998,192unicode-name[Unicode 17.0.0] Returns the name, aliases, or label of a Unicode code point
219,5754,659debuggingUtilities for better "print debugging"
229,75312,702unicode-sequence_name[Unicode 17.0.0][Emoji 17.0] Returns the name of a Unicode code point sequence, if one ...
239,9884,679codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
2410,0124,650cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
2510,98117,385ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
2611,3247,524rationalistCommand-line arguments to hash
2712,0076,351unicode-blocks[Unicode 17.0.0] Answers the question: Which Unicode block does a code point belong to?
2812,1527,764unicode-categories[Unicode 17.0.0] Determine which Unicode "General Categories" a string belongs to
2912,7644,665object_shadowprovides a simple convenient API for accessing an object's state.
3013,42531,526ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
3113,42931,526irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3213,46026,330ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
3313,5454,698core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3417,02231,526zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3518,01514,358unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
3618,34014,672unicode-numeric_value[Unicode 17.0.0] Returns the numeric value associated with a Unicode character
3719,98224,666ripl-color_resultThis ripl plugin colorizes ripl results.
3821,74526,330pwspws is a command-line password safe. Please run `pws --help` for usage information.
3925,39423,407rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
4026,58657,531reduxTiny Redux implementation in Ruby.
4127,42543,419microgemGenerates new micro gems. Usage: $ microgem gem_name
4230,00328,514paint-shortcutsExtends the paint gem to support custom color shortcuts.
4331,11126,330ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4432,88823,407ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4532,92318,551characteristicsProvides basic information about how characters behave in different encodings
4635,27224,666unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4741,47624,666slim_migrationsLet's you write even slimmer migrations.
4844,12936,032ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4948,75626,330value_structStruct-like value objects
5050,82024,666uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5152,84336,032unicode-age[Unicode 17.0.0] A micromodule to detect which Unicode version is required to display a...
5255,23694,537ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5359,17931,526has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5465,00828,514ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5566,49557,531symbolifySafely print all code points from Unicode or single-byte encodings
5667,44543,419fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5773,01743,419microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5875,02336,032rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5982,76043,419blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6083,41731,526microloggerA minimal logger based on MicroEvent.rb
6185,15843,419addedModule#added: A unified module hook to run code on all instances when adding the module.
6286,91343,419figuresGerman number words.
6387,54643,419derbAllows you to have Dockerfile.erb templates.
6488,46728,514az[Unicode 16.0] Generate Alternative Unicode Representations of A - Z
6588,84157,531palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6690,80836,032named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6791,06943,419uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6892,10994,537multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6992,92294,537ripl-rocketLets you display the ripl result as a comment on the same line.
7095,58428,514harvesterThe harvester collects your favourite feeds and generates static html/feed pages
7195,74636,032unicoderGenerates specialized indexes for Unicode data lookup
7299,39036,032sigOptional Type Assertions for Ruby methods.
73101,71243,419unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
74102,63557,531watchbuffySuggests a random Buffy or Angel episode to watch
75104,79626,330rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
76106,92157,531local_portFind out which ports on your system are free to use.
77108,27236,032render_reactLo-fi way of rendering React components.
78110,09957,531sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
79110,78857,531websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
80111,50394,537J-_-LJ-_-L gem pack
81113,66736,032wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82114,81557,531existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
83115,91757,531null_questionAdds NilClass#null? #=> true and Object#null? #=> false
84118,48694,537null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
85119,28294,537boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
86119,40794,537requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
87121,00694,537clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
88121,21157,531psychoPsycho
89121,25794,537securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
90123,11543,419egonilCreates a block, where nil does not raise NoMethodErrors.
91124,25994,537nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
92124,89343,419iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93131,12294,537forty_tworand(100) # => 42
94133,33594,537pws-otpExperimental OTP support for PWS
95134,58657,531DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
96135,31243,419yyidGenerates tokens that look like type 4 UUID, but are more random.
97148,92994,537procstarUtilizes to_proc for usage with & for other classes than Symbol
98150,13557,531lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
99150,48957,531nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
100167,89357,531rusty_clipboardAccess to your clipboard crossplatform with help from Rust