Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13312unicode-display_width[Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidt...
21,319133unicode-emoji[Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode ...
31,6942,119paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
41,7712,112clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
52,4662,351unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
62,7772,394relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
74,7188,153wirbWIRB syntax highlights inspected Ruby objects
84,9886,084logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,4536,326ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
105,6764,139unicode-types[Unicode 16.0.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
115,84510,839ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
126,6513,648instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
136,9598,017unicode-scripts[Unicode 16.0.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
147,1988,628unicode-confusable[Unicode 16.0.0] Compares two strings if they are visually confusable as described in U...
157,2829,552irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
167,5878,118fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
178,1989,796every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
188,7809,142unicode-name[Unicode 16.0.0] Returns the name, aliases, or label of a Unicode code point
198,8047,788whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
209,1158,366ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
219,43711,756unicode-sequence_name[Unicode 16.0.0][Emoji 16.0] Returns the name of a Unicode code point sequence, if one ...
229,4439,752debuggingUtilities for better "print debugging"
239,8839,752codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
249,9169,752cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
2510,24215,799ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
2611,10821,548rationalistCommand-line arguments to hash
2712,4518,799unicode-blocks[Unicode 16.0.0] Answers the question: Which Unicode block does a code point belong to?
2812,55939,214ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
2912,57910,346unicode-categories[Unicode 16.0.0] Determine which Unicode "General Categories" a string belongs to
3012,58639,214ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
3112,73539,214irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3213,4399,752object_shadowprovides a simple convenient API for accessing an object's state.
3314,61510,439core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3416,34739,214zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3517,60819,197unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
3618,09416,627unicode-numeric_value[Unicode 16.0.0] Returns the numeric value associated with a Unicode character
3719,04139,214ripl-color_resultThis ripl plugin colorizes ripl results.
3822,09227,303pwspws is a command-line password safe. Please run `pws --help` for usage information.
3924,92522,727rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
4025,32119,197reduxTiny Redux implementation in Ruby.
4126,53322,727microgemGenerates new micro gems. Usage: $ microgem gem_name
4229,52439,214paint-shortcutsExtends the paint gem to support custom color shortcuts.
4330,62324,262ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4432,04139,214ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4533,71139,214characteristicsProvides basic information about how characters behave in different encodings
4636,27027,303unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4741,73239,214slim_migrationsLet's you write even slimmer migrations.
4843,85839,214ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4954,23139,214ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5054,84539,214uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5155,22924,262unicode-age[Unicode 15.1.0] A micromodule to detect which Unicode version is required to display a...
5255,39510,839value_structStruct-like value objects
5359,42839,214has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5463,05439,214ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5567,26527,303fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5668,98739,214symbolifySafely print all code points from Unicode or single-byte encodings
5772,24939,214rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5874,15939,214microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5982,09027,303blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6086,46939,214microloggerA minimal logger based on MicroEvent.rb
6186,56239,214derbAllows you to have Dockerfile.erb templates.
6286,82839,214addedModule#added: A unified module hook to run code on all instances when adding the module.
6388,78927,303figuresGerman number words.
6491,10439,214palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6592,82227,303named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6692,84939,214ripl-rocketLets you display the ripl result as a comment on the same line.
6793,98239,214multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6895,66639,214uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6997,74139,214az[Unicode 16.0] Generate Alternative Unicode Representations of A - Z
7099,03539,214harvesterThe harvester collects your favourite feeds and generates static html/feed pages
71102,12639,214sigOptional Type Assertions for Ruby methods.
72105,74027,303rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
73105,76839,214unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
74105,97839,214watchbuffySuggests a random Buffy or Angel episode to watch
75108,46839,214local_portFind out which ports on your system are free to use.
76108,90527,303unicoderGenerates specialized indexes for Unicode data lookup
77112,48539,214render_reactLo-fi way of rendering React components.
78112,81927,303sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
79113,29539,214websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
80114,95927,303J-_-LJ-_-L gem pack
81116,21927,303wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82116,69639,214existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
83117,35939,214requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
84117,85439,214null_questionAdds NilClass#null? #=> true and Object#null? #=> false
85118,66839,214boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
86119,31739,214null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
87120,32839,214securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
88121,36639,214clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
89122,75039,214psychoPsycho
90125,00727,303nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
91128,18539,214egonilCreates a block, where nil does not raise NoMethodErrors.
92128,98339,214iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93131,83539,214forty_tworand(100) # => 42
94136,56439,214DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
95138,53839,214yyidGenerates tokens that look like type 4 UUID, but are more random.
96139,52539,214pws-otpExperimental OTP support for PWS
97147,24939,214procstarUtilizes to_proc for usage with & for other classes than Symbol
98150,91339,214nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
99154,07639,214lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
100168,59739,214rusty_clipboardAccess to your clipboard crossplatform with help from Rust