Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13119unicode-display_width[Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidt...
2458113unicode-emoji[Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode ...
31,7721,896paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
41,8762,473clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
52,4552,126unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
62,8735,893relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
74,9584,494wirbWIRB adds syntax highlighting for inspected Ruby objects - from core and default gems
85,2116,320logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,4585,510unicode-types[Unicode 17.0.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
105,4774,375ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
115,9443,618instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
126,1218,911ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
136,8673,740unicode-scripts[Unicode 17.0.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
147,0383,601unicode-confusable[Unicode 17.0.0] Compares two strings if they are visually confusable as described in U...
157,6764,338fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
167,7305,256irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
178,4815,309every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
188,4914,647ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
198,8399,200whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
208,98110,289unicode-name[Unicode 17.0.0] Returns the name, aliases, or label of a Unicode code point
219,6555,262debuggingUtilities for better "print debugging"
229,71414,291unicode-sequence_name[Unicode 17.0.0][Emoji 17.0] Returns the name of a Unicode code point sequence, if one ...
2310,0765,267codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
2410,1105,204cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
2510,93737,820ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
2611,3398,840rationalistCommand-line arguments to hash
2712,0816,857unicode-blocks[Unicode 17.0.0] Answers the question: Which Unicode block does a code point belong to?
2812,1887,252unicode-categories[Unicode 17.0.0] Determine which Unicode "General Categories" a string belongs to
2913,0565,240object_shadowprovides a simple convenient API for accessing an object's state.
3013,37655,103ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
3113,38049,272irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3213,41362,843ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
3313,8835,271core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3416,97633,072zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3518,01615,789unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
3618,34115,789unicode-numeric_value[Unicode 17.0.0] Returns the numeric value associated with a Unicode character
3719,92528,249ripl-color_resultThis ripl plugin colorizes ripl results.
3821,73320,389pwspws is a command-line password safe. Please run `pws --help` for usage information.
3925,37319,146rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
4026,51773,396reduxTiny Redux implementation in Ruby.
4127,37916,014microgemGenerates new micro gems. Usage: $ microgem gem_name
4229,97362,843paint-shortcutsExtends the paint gem to support custom color shortcuts.
4331,07727,013ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4432,84631,227ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4532,98727,013characteristicsProvides basic information about how characters behave in different encodings
4635,27024,149unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4741,46324,984slim_migrationsLet's you write even slimmer migrations.
4844,08833,072ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4948,77049,272value_structStruct-like value objects
5050,93633,072uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5152,83740,867unicode-age[Unicode 17.0.0] A micromodule to detect which Unicode version is required to display a...
5255,17355,103ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5359,16255,103has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5464,919112,136ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5566,52062,843symbolifySafely print all code points from Unicode or single-byte encodings
5667,39962,843fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5772,99337,820microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5874,960112,136rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5982,72173,396blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6083,40040,867microloggerA minimal logger based on MicroEvent.rb
6185,15140,867addedModule#added: A unified module hook to run code on all instances when adding the module.
6286,89188,565figuresGerman number words.
6387,472149,536derbAllows you to have Dockerfile.erb templates.
6488,52933,072az[Unicode 16.0] Generate Alternative Unicode Representations of A - Z
6588,82849,272palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6690,82849,272named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6791,148112,136uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6892,10749,272multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6992,90562,843ripl-rocketLets you display the ripl result as a comment on the same line.
7095,700112,136harvesterThe harvester collects your favourite feeds and generates static html/feed pages
7196,19644,662unicoderGenerates specialized indexes for Unicode data lookup
7299,53844,662sigOptional Type Assertions for Ruby methods.
73101,75373,396unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
74102,58688,565watchbuffySuggests a random Buffy or Angel episode to watch
75104,85762,843rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
76106,87273,396local_portFind out which ports on your system are free to use.
77108,25749,272render_reactLo-fi way of rendering React components.
78110,16873,396sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
79110,82273,396websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
80111,38488,565J-_-LJ-_-L gem pack
81113,70388,565wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82114,838112,136existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
83116,04773,396null_questionAdds NilClass#null? #=> true and Object#null? #=> false
84118,41473,396null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
85119,259149,536boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
86119,306112,136requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
87120,963112,136clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
88121,231112,136securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
89121,31788,565psychoPsycho
90123,13555,103egonilCreates a block, where nil does not raise NoMethodErrors.
91124,17188,565nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
92124,92488,565iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93131,06262,843forty_tworand(100) # => 42
94133,32062,843pws-otpExperimental OTP support for PWS
95134,50488,565DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
96135,374112,136yyidGenerates tokens that look like type 4 UUID, but are more random.
97148,84488,565procstarUtilizes to_proc for usage with & for other classes than Symbol
98150,20488,565lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
99150,342112,136nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
100167,91588,565rusty_clipboardAccess to your clipboard crossplatform with help from Rust