Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 2, 2022
1 parent 2c8e4f8 commit 38cf416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# mdless

<!--README-->
`mdless` is a utility that provides a formatted and highlighted view of Markdown files in Terminal.

I often use iTerm2 in visor mode, so `qlmanage -p` is annoying. I still wanted a way to view Markdown files quickly and without cruft.

![mdless screenshot](screenshots/mdless.png)
<!--GITHUB-->![mdless screenshot](screenshots/mdless.png)<!--END GITHUB-->
<!--JEKYLL {% gif /uploads/2015/08/mdless.gif %} -->

## Features

Expand Down Expand Up @@ -34,7 +36,7 @@ Some OSs are missing `tput`, which is necessary for mdless.
apt install ruby ncurses-utils
gem install mdless

## Usage
## Usage

`mdless [options] path` or `cat [path] | mdless`

Expand Down Expand Up @@ -112,4 +114,4 @@ Use 'r' to reverse foreground and background colors. `r white on_black` would di
To set a background color, use `on_[color]` with one of the 8 colors. This can be used with foreground colors in the same setting, e.g. `white on_black`.

Use 'd' (dark) to indicate the darker version of a foreground color. On macOS (and possibly other systems) you can use the brighter version of a color by prefixing with "intense", e.g. `intense_red` or `on_intense_black`.

<!--END README-->
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CLIMarkdown
VERSION = '1.0.29'
VERSION = '1.0.30'
end

0 comments on commit 38cf416

Please sign in to comment.