Janlelis's Gems

icon
#Total RankDaily RankNameSummary
13314unicode-display_width[Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidt...
271684unicode-emoji[Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode ...
31,7342,047paintTerminal painter with RGB and 256 (fallback) color and terminal effects support. No str...
41,8162,029clipboardAccess the system clipboard 📋︎ on Linux, MacOS, Windows, WSL, Cygwin, GTK, or Java. Usa...
52,4801,618unicode-versionReturns Unicode / Emoji versions of current and previous Rubies
62,8122,575relaxed-rubocopA relaxed style guide for RuboCop. Although RuboCop is an amazing tool, some of its def...
74,8926,490wirbWIRB syntax highlights inspected Ruby objects
85,1276,678logger-colorsColorizes the output of the usual standard library logger, depending on the logger leve...
95,4415,320ruby_versionProvides a RubyVersion class which offers a convenient DSL for checking for the right R...
105,4844,574unicode-types[Unicode 17.0.0] Determines the very basic type of codepoints (one of: Graphic, Format,...
115,9949,385ripl-multi_lineThis ripl plugin allows you to evaluate multiple lines of Ruby code.
126,2283,576instance_variables_fromAutomatically turn bindings, hashes or arrays into instance variables.
136,9745,426unicode-scripts[Unicode 17.0.0] Retrieve the Unicode script(s) a string belongs to. Can also return th...
147,2075,274unicode-confusable[Unicode 17.0.0] Compares two strings if they are visually confusable as described in U...
157,6467,693irbtoolsThe Irbtools make working with Ruby's IRB console more fun & productive.
167,6836,287fancy_irbA fancy IRB has rocket-style #=> return values and colorful prompts and streams.
178,4018,063every_day_irbEveryDayIrb simplifies daily life in IRB with commands like: ls, cat, rq, rrq, ld, rese...
188,4907,996ruby_engineGives you an RubyEngine class that simplifies checking for your Ruby implementation.
198,7978,156whirlySimple terminal spinner with support for custom spinners. Includes spinners from npm's ...
208,84912,700unicode-name[Unicode 17.0.0] Returns the name, aliases, or label of a Unicode code point
219,53813,357unicode-sequence_name[Unicode 17.0.0][Emoji 17.0] Returns the name of a Unicode code point sequence, if one ...
229,6338,652debuggingUtilities for better "print debugging"
2310,0789,248codeDisplays a method's code (from source or docs). Supports native C source when core_docs...
2410,1059,319cdEnhanced cd command for the Ruby console. Supports changing to previous directory using...
2510,62638,192ruby_infoProvides a RubyInfo class that simplifies accessing global information. Run RubyInfo.li...
2611,31419,055rationalistCommand-line arguments to hash
2712,28211,341unicode-blocks[Unicode 17.0.0] Answers the question: Which Unicode block does a code point belong to?
2812,47711,538unicode-categories[Unicode 17.0.0] Determine which Unicode "General Categories" a string belongs to
2913,03879,075ripl-color_streamsThis ripl plugin colorizes your stdout and stderr streams.
3013,07497,074ripl-short_errorsOnly show the first backtrace entry when errors are displayed. The complete backtrace c...
3113,14122,164irbtools-moreirbtools-more not necessary anymore: looksee is now part of core irbtools and the other...
3213,4069,283object_shadowprovides a simple convenient API for accessing an object's state.
3314,4329,001core_docsThis gem enables you to be able to display the source code and the docs of Ruby methods...
3416,76124,351zuckerDEPRECATED! Please use the sugar refinery: http://github.com/janlelis/sugar_refinery
3517,92820,967unicode-xA collection of micro libraries which provide data and algorithms for working with Unicode
3618,37220,421unicode-numeric_value[Unicode 17.0.0] Returns the numeric value associated with a Unicode character
3719,54231,165ripl-color_resultThis ripl plugin colorizes ripl results.
3822,42618,280pwspws is a command-line password safe. Please run `pws --help` for usage information.
3925,33520,421rubybuntu-geditRuby/Rails/Web related gedit language definitions, mime types, styles and snippets.
4025,89642,656reduxTiny Redux implementation in Ruby.
4127,082109,865microgemGenerates new micro gems. Usage: $ microgem gem_name
4229,657109,865paint-shortcutsExtends the paint gem to support custom color shortcuts.
4330,99223,534ripltoolsripltools is a collection of ripl plugins setting up a nice-to-use general purpose ripl.
4432,62636,272ripl-auto_indentThis ripl plugin indents your multi-line Ruby input using ruby_indentation gem.
4533,25731,165characteristicsProvides basic information about how characters behave in different encodings
4636,11718,673unibitsVisualizes encodings in the terminal. Supports UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF...
4741,86227,248slim_migrationsLet's you write even slimmer migrations.
4844,25742,656ripl-profilesThis ripl plugin adds a --profile option to ripl that loads profile files in ~/.ripl/pr...
4949,08838,192value_structStruct-like value objects
5053,53216,497uniscribeExplains Unicode characters/code points: Displays their name, category, and shows comp...
5154,79428,432unicode-age[Unicode 15.1.0] A micromodule to detect which Unicode version is required to display a...
5254,89154,141ripl-freshFresh Ruby Enhanced SHell automatically detects, if your current command should be Ruby...
5359,74850,933has_many_booleansThis Rails plugin/gem allows you to generate virtual boolean attributes, which get save...
5464,34397,074ruby_indentationInput: Ruby code. Output: Indentation level. Usage: RubyIndentation['# ruby code']
5567,52454,141fresh[dummy package] Fresh Ruby Enhanced SHell automatically detects, if your current comman...
5667,58738,192symbolifySafely print all code points from Unicode or single-byte encodings
5773,528147,334rvm_loaderLoads the RVM Ruby API or raises an error: require 'rvm_loader'
5873,99045,193microeventMicroEvent.rb is a event emitter library which provides the observer pattern to Ruby ob...
5982,67772,452blipA little command line utility for accessing the clipboard: Pipe into blip (or pass args...
6085,66050,933microloggerA minimal logger based on MicroEvent.rb
6186,63972,452addedModule#added: A unified module hook to run code on all instances when adding the module.
6287,14162,077derbAllows you to have Dockerfile.erb templates.
6388,60545,193figuresGerman number words.
6490,78145,193palava_machineA WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
6591,99379,075named_procNamedProc: Like anonymous procs, but have a name. Example: lambda.codebrawl {} # create...
6693,09479,075ripl-rocketLets you display the ripl result as a comment on the same line.
6793,16562,077multi_blockMultiBlock is a mini framework for passing multiple blocks to methods. It uses "named p...
6894,24654,141uke𝄝 Displays popular ukulele chords for the popular `GCEA` tuning
6994,98536,272az[Unicode 16.0] Generate Alternative Unicode Representations of A - Z
7098,14354,141harvesterThe harvester collects your favourite feeds and generates static html/feed pages
71101,91572,452sigOptional Type Assertions for Ruby methods.
72104,57466,914unicopyConverts Unicode codepoints to a string (or vice versa) and copies it to the system cli...
73104,83242,656unicoderGenerates specialized indexes for Unicode data lookup
74105,10066,914watchbuffySuggests a random Buffy or Angel episode to watch
75106,02579,075rgA way to integrate AngularJS into a Rails project using CoffeeScript and Bower.
76108,19472,452local_portFind out which ports on your system are free to use.
77111,06762,077render_reactLo-fi way of rendering React components.
78112,17557,880sugar_refineryThe Ruby Sugar Refinery is a collection of tiny refinements (declarative local core ext...
79112,80062,077websiteOpen the github repo for the current project in your default browser. Usage: In a folde...
80114,80497,074J-_-LJ-_-L gem pack
81115,74779,075wcswidthDetermine terminal display width (columns) of Ruby strings via FFI bindings to libc's w...
82116,69266,914existsObjecd#exists: Like ActiveSupport's presence, but for Object#null?
83117,46679,075null_questionAdds NilClass#null? #=> true and Object#null? #=> false
84118,426109,865requirementsThis is a mini rubygems plugin which shows the requirements of a gem after installing t...
85118,971109,865boolean2A global Boolean2 constant that is an ancestor of true and false. Useful for coercion l...
86119,16672,452null_plusThis gem redefines Ruby's unary + operator to turn null objects into nil. By default, t...
87121,273126,204securerandom-arrayProvides Array#secure_sample and Array#secure_shuffle extensions that behave like #samp...
88121,83197,074clipboard_formatterCopies the list of failed examples to your clipboard so that you can restart them easily.
89122,150109,865psychoPsycho
90124,89097,074nemnpm + gem = nem: Publish dependency free Ruby CLI gems on npm. Converts the gemspec to ...
91126,50966,914egonilCreates a block, where nil does not raise NoMethodErrors.
92127,58872,452iterateIterate over one or more collections. It feels like an .each implemented as a control s...
93131,93797,074forty_tworand(100) # => 42
94136,65197,074DeutschInclude the Deutsch library file in a Ruby script, and you can reference the global var...
95137,52587,133yyidGenerates tokens that look like type 4 UUID, but are more random.
96138,55487,133pws-otpExperimental OTP support for PWS
97148,018147,334procstarUtilizes to_proc for usage with & for other classes than Symbol
98151,167126,204nomoreQuickly rewrites a domain to 127.0.0.1 in your /etc/hosts file, so you can concentrate ...
99152,95587,133lotus-postgresSQL adapter for Lotus with PostgreSQL specific additions
100168,870126,204rusty_clipboardAccess to your clipboard crossplatform with help from Rust