Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13919unicode-display_width[Unicode 15.1.0] Determines the monospace display width of a string using EastAsianWidt...
21,5622,046paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
31,6461,907clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
42,5461,661unicode-emoji[Emoji 15.1] A small Ruby library which provides Unicode Emoji data and regexes, incorp...
53,0023,710relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
63,1391,667unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
74,3687,003wirbWIRB syntax highlights inspected Ruby objects
84,7585,206logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,1865,572ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
105,4719,961ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
116,2522,289unicode-types[Unicode 15.1.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
126,8979,789irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
137,1887,898fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
147,3527,464unicode-scripts[Unicode 15.1.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
157,58113,645unicode-confusable[Unicode 15.1.0] Compares two strings if they are visually confusable as described in U...
167,6019,961every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
178,5513,685instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
188,6836,326ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
198,9509,604debuggingUtilities for better "print debugging"
209,4239,659codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
219,4509,659cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
229,48617,733ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
239,7665,548whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
2410,29985,430rationalistCommand-line arguments to hash
2510,3062,418unicode-name[Unicode 15.1.0] Returns the name, aliases, or label of a Unicode code point
2611,0012,458unicode-sequence_name[Unicode 15.1.0][Emoji 15.1] Returns the name of a Unicode code point sequence, if one ...
2711,57985,430ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
2811,59785,430ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
2911,90352,353irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3013,4439,961object_shadowprovides a simple convenient API for accessing an object's state.
3114,90110,290core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3215,43819,062zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3317,2727,978unicode-blocks[Unicode 15.1.0] Answers the question: Which Unicode block does a code point belong to?
3417,8027,229unicode-categories[Unicode 15.1.0] Determine which Unicode "General Categories" a string belongs to
3517,92985,430ripl-color_resultThis ripl plugin colorizes ripl results.
3621,18285,430pwspws is a command-line password safe. Please run `pws --help` for usage information.
3723,89885,430rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
3824,30019,583reduxTiny Redux implementation in Ruby.
3926,10485,430microgemGenerates new micro gems. Usage: $ microgem gem_name
4028,45685,430paint-shortcutsExtends the paint gem to support custom color shortcuts.
4129,47085,430ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4230,57285,430ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4331,44316,660unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
4434,05718,558characteristicsProvides basic information about how characters behave in different encodings
4534,29918,152unicode-numeric_value[Unicode 15.1.0] Returns the numeric value associated with a Unicode character
4636,35718,152unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4740,39185,430slim_migrationsLet's you write even slimmer migrations.
4842,32485,430ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4952,68285,430ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5055,03824,576unicode-age[Unicode 15.1.0] A micromodule to detect which Unicode version is required to display a...
5157,26423,518uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5257,66185,430has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5358,14832,242value_structStruct-like value objects
5460,17385,430ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5565,26385,430fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5669,42385,430rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5770,01385,430symbolifySafely print all code points from Unicode or single-byte encodings
5873,54585,430microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5980,11652,353blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6085,14845,155derbAllows you to have Dockerfile.erb templates.
6185,81985,430microloggerA minimal logger based on MicroEvent.rb
6285,98345,155addedModule#added: A unified module hook to run code on all instances when adding the module.
6387,40885,430figuresGerman number words.
6489,73685,430palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6590,64185,430ripl-rocketLets you display the ripl result as a comment on the same line.
6691,76085,430named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6793,00785,430multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6895,54539,727uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6997,42185,430harvesterThe harvester collects your favourite feeds and generates static html/feed pages
70100,19739,727azGenerate Alternative Unicode Representations of A - Z
71101,18285,430sigOptional Type Assertions for Ruby methods.
72104,00985,430rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
73106,15339,727watchbuffySuggests a random Buffy or Angel episode to watch
74106,62939,727unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
75106,94185,430local_portFind out which ports on your system are free to use.
76111,21285,430sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
77111,52752,353websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
78112,18985,430render_reactLo-fi way of rendering React components.
79113,84363,206unicoderGenerate specialized indexes for Unicode data lookup
80114,09385,430J-_-LJ-_-L gem pack
81114,66552,353wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82114,95885,430requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
83115,70885,430existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
84116,74785,430null_questionAdds NilClass#null? #=> true and Object#null? #=> false
85117,75185,430securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
86117,91052,353boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
87118,11385,430null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
88120,71252,353clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
89124,48085,430psychoPsycho
90124,94685,430nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
91127,96285,430egonilCreates a block, where nil does not raise NoMethodErrors.
92128,93585,430iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93129,70985,430forty_tworand(100) # => 42
94134,63163,206DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
95138,42863,206yyidGenerates tokens that look like type 4 UUID, but are more random.
96139,87585,430pws-otpExperimental OTP support for PWS
97145,13285,430procstarUtilizes to_proc for usage with & for other classes than Symbol
98148,65885,430nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
99152,20085,430lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
100166,55185,430rusty_clipboardAccess to your clipboard crossplatform with help from Rust