Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13313unicode-display_width[Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidt...
286697unicode-emoji[Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode ...
31,7232,197paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
41,8002,009clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
52,4982,201unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
62,7862,887relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
74,8228,230wirbWIRB syntax highlights inspected Ruby objects
85,0725,856logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,4425,170ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
105,5135,167unicode-types[Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
115,9509,150ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
126,3753,872instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
136,9726,675unicode-scripts[Unicode 16.0.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
147,2366,497unicode-confusable[Unicode 16.0.0] Compares two strings if they are visually confusable as described in U...
157,5898,054irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
167,6628,012fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
178,33311,072every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
188,5976,052ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
198,7636,675whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
208,76910,763unicode-name[Unicode 16.0.0] Returns the name, aliases, or label of a Unicode code point
219,44315,011unicode-sequence_name[Unicode 16.0.0][Emoji 16.0] Returns the name of a Unicode code point sequence, if one ...
229,55711,421debuggingUtilities for better "print debugging"
239,99411,847codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
2410,01811,847cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
2510,47222,133ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
2611,33692,206rationalistCommand-line arguments to hash
2712,3048,954unicode-blocks[Unicode 16.0.0] Answers the question: Which Unicode block does a code point belong to?
2812,5148,247unicode-categories[Unicode 16.0.0] Determine which Unicode "General Categories" a string belongs to
2912,86346,895ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
3012,88769,186ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
3112,97414,644irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3213,38712,241object_shadowprovides a simple convenient API for accessing an object's state.
3314,50212,241core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3416,60527,471zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3517,84518,001unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
3618,29119,758unicode-numeric_value[Unicode 16.0.0] Returns the numeric value associated with a Unicode character
3719,37041,101ripl-color_resultThis ripl plugin colorizes ripl results.
3822,31429,080pwspws is a command-line password safe. Please run `pws --help` for usage information.
3925,25529,080rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
4025,69921,432reduxTiny Redux implementation in Ruby.
4126,888133,166microgemGenerates new micro gems. Usage: $ microgem gem_name
4229,55969,186paint-shortcutsExtends the paint gem to support custom color shortcuts.
4330,96923,877ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4432,46741,101ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4533,83222,896characteristicsProvides basic information about how characters behave in different encodings
4636,47527,471unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4741,90636,825slim_migrationsLet's you write even slimmer migrations.
4844,19741,101ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4949,08241,101value_structStruct-like value objects
5054,58231,098uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5154,77169,186ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5255,37336,825unicode-age[Unicode 15.1.0] A micromodule to detect which Unicode version is required to display a...
5359,81624,929has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5463,78569,186ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5567,44731,098fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5669,05236,825symbolifySafely print all code points from Unicode or single-byte encodings
5772,86955,530rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5874,26836,825microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5982,60941,101blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6086,40246,895microloggerA minimal logger based on MicroEvent.rb
6186,87136,825addedModule#added: A unified module hook to run code on all instances when adding the module.
6287,10555,530derbAllows you to have Dockerfile.erb templates.
6389,10269,186figuresGerman number words.
6491,46969,186palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6592,50636,825named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6693,25069,186ripl-rocketLets you display the ripl result as a comment on the same line.
6793,77846,895multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6895,81036,825uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6997,53336,825az[Unicode 16.0] Generate Alternative Unicode Representations of A - Z
7099,07033,577harvesterThe harvester collects your favourite feeds and generates static html/feed pages
71102,18469,186sigOptional Type Assertions for Ruby methods.
72105,54441,101unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
73106,10992,206watchbuffySuggests a random Buffy or Angel episode to watch
74106,23269,186rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
75108,14041,101unicoderGenerates specialized indexes for Unicode data lookup
76108,73546,895local_portFind out which ports on your system are free to use.
77112,19455,530render_reactLo-fi way of rendering React components.
78112,89241,101sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
79113,61755,530websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
80115,24046,895J-_-LJ-_-L gem pack
81116,35555,530wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82116,94769,186existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
83117,75192,206null_questionAdds NilClass#null? #=> true and Object#null? #=> false
84117,96369,186requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
85119,04369,186boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
86119,595133,166null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
87120,93292,206securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
88121,99592,206clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
89122,47692,206psychoPsycho
90125,22069,186nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
91128,03546,895egonilCreates a block, where nil does not raise NoMethodErrors.
92129,06541,101iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93132,06969,186forty_tworand(100) # => 42
94137,079133,166DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
95138,75069,186yyidGenerates tokens that look like type 4 UUID, but are more random.
96139,807133,166pws-otpExperimental OTP support for PWS
97147,91969,186procstarUtilizes to_proc for usage with & for other classes than Symbol
98151,588133,166nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
99153,91669,186lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
100169,00992,206rusty_clipboardAccess to your clipboard crossplatform with help from Rust