colorls/lib/colorls.rb
Claudio Bley 0ad630da4c Properly encode hyperlinks with special characters
This also works on Windows now, since absolute paths include a colon after the
drive letter, the `file:` URI needs to start with a triple slash.
2021-01-15 11:03:21 +01:00

19 lines
394 B
Ruby

# frozen_string_literal: true
require 'yaml'
require 'etc'
require 'English'
require 'filesize'
require 'io/console'
require 'rainbow/ext/string'
require 'clocale'
require 'unicode/display_width'
require 'addressable/uri'
require 'colorls/core'
require 'colorls/fileinfo'
require 'colorls/flags'
require 'colorls/layout'
require 'colorls/yaml'
require 'colorls/monkeys'
require 'colorls/git'