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,5621,881paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
31,6451,749clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
42,5481,522unicode-emoji[Emoji 15.1] A small Ruby library which provides Unicode Emoji data and regexes, incorp...
53,0034,341relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
63,1481,527unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
74,3657,701wirbWIRB syntax highlights inspected Ruby objects
84,7545,559logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,1864,900ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
105,4689,335ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
116,2782,458unicode-types[Unicode 15.1.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
126,89210,431irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
137,1877,325fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
147,3548,246unicode-scripts[Unicode 15.1.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
157,5759,977unicode-confusable[Unicode 15.1.0] Compares two strings if they are visually confusable as described in U...
167,59910,431every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
178,5783,896instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
188,6858,893ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
198,89010,014debuggingUtilities for better "print debugging"
209,42510,155codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
219,4489,931cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
229,48024,775ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
239,7799,191whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
2410,29243,643rationalistCommand-line arguments to hash
2510,5002,586unicode-name[Unicode 15.1.0] Returns the name, aliases, or label of a Unicode code point
2611,2232,590unicode-sequence_name[Unicode 15.1.0][Emoji 15.1] Returns the name of a Unicode code point sequence, if one ...
2711,57869,238ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
2811,59069,238ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
2911,90551,580irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3013,45610,322object_shadowprovides a simple convenient API for accessing an object's state.
3114,92110,097core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3215,43969,238zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3317,3579,191unicode-blocks[Unicode 15.1.0] Answers the question: Which Unicode block does a code point belong to?
3417,9027,064unicode-categories[Unicode 15.1.0] Determine which Unicode "General Categories" a string belongs to
3517,93369,238ripl-color_resultThis ripl plugin colorizes ripl results.
3621,19251,580pwspws is a command-line password safe. Please run `pws --help` for usage information.
3723,91069,238rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
3824,30617,062reduxTiny Redux implementation in Ruby.
3926,12514,439microgemGenerates new micro gems. Usage: $ microgem gem_name
4028,46769,238paint-shortcutsExtends the paint gem to support custom color shortcuts.
4129,47269,238ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4230,57869,238ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4331,46911,176unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
4434,08516,341characteristicsProvides basic information about how characters behave in different encodings
4534,35011,096unicode-numeric_value[Unicode 15.1.0] Returns the numeric value associated with a Unicode character
4636,38669,238unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4740,40924,775slim_migrationsLet's you write even slimmer migrations.
4842,34169,238ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4952,69569,238ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5055,08669,238unicode-age[Unicode 15.1.0] A micromodule to detect which Unicode version is required to display a...
5157,31143,643uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5257,68869,238has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5358,17951,580value_structStruct-like value objects
5460,18169,238ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5565,28269,238fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5669,41169,238rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5770,05743,643symbolifySafely print all code points from Unicode or single-byte encodings
5873,58230,898microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5980,13443,643blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6085,18238,135derbAllows you to have Dockerfile.erb templates.
6185,86333,989microloggerA minimal logger based on MicroEvent.rb
6286,01838,135addedModule#added: A unified module hook to run code on all instances when adding the module.
6387,44769,238figuresGerman number words.
6489,77138,135palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6590,65769,238ripl-rocketLets you display the ripl result as a comment on the same line.
6691,82469,238named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6793,04269,238multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6895,60469,238uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6997,46269,238harvesterThe harvester collects your favourite feeds and generates static html/feed pages
70100,26033,989azGenerate Alternative Unicode Representations of A - Z
71101,22051,580sigOptional Type Assertions for Ruby methods.
72104,05769,238rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
73106,22369,238watchbuffySuggests a random Buffy or Angel episode to watch
74106,73369,238unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
75106,97769,238local_portFind out which ports on your system are free to use.
76111,24069,238sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
77111,57069,238websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
78112,24369,238render_reactLo-fi way of rendering React components.
79113,86169,238unicoderGenerate specialized indexes for Unicode data lookup
80114,12569,238J-_-LJ-_-L gem pack
81114,71669,238wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82114,96869,238requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
83115,75169,238existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
84116,80569,238null_questionAdds NilClass#null? #=> true and Object#null? #=> false
85117,76569,238securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
86117,94443,643boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
87118,16969,238null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
88120,76743,643clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
89124,51169,238psychoPsycho
90125,03269,238nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
91128,02669,238egonilCreates a block, where nil does not raise NoMethodErrors.
92128,99669,238iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93129,72869,238forty_tworand(100) # => 42
94134,65251,580DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
95138,45169,238yyidGenerates tokens that look like type 4 UUID, but are more random.
96139,98069,238pws-otpExperimental OTP support for PWS
97145,15569,238procstarUtilizes to_proc for usage with & for other classes than Symbol
98148,71469,238nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
99152,23069,238lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
100166,58069,238rusty_clipboardAccess to your clipboard crossplatform with help from Rust