Categorize even more pages
This commit is contained in:
parent
a9236bfe5a
commit
29ebaa119c
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Animated gifs
|
title: Animated gifs
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Convert mp4 to gif
|
### Convert mp4 to gif
|
||||||
|
|
1
ansi.md
1
ansi.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ansi codes
|
title: Ansi codes
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
Format
|
Format
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: AWS CLI
|
title: AWS CLI
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### EC2
|
### EC2
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Bundler
|
title: Bundler
|
||||||
|
category: Ruby
|
||||||
---
|
---
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Capybara
|
title: Capybara
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
## Navigating
|
## Navigating
|
||||||
|
|
1
chai.md
1
chai.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Chai.js
|
title: Chai.js
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
### Assert
|
### Assert
|
||||||
|
|
1
do.md
1
do.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Do gem
|
title: Do gem
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
* [DAddYE/do](https://github.com/DAddYE/do)
|
* [DAddYE/do](https://github.com/DAddYE/do)
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ffmpeg
|
title: Ffmpeg
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Common switches
|
### Common switches
|
||||||
|
|
3
flux.md
3
flux.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Flux
|
title: Flux architecture
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|
1
flynn.md
1
flynn.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Flynn
|
title: Flynn
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### General workflow
|
### General workflow
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Heroku
|
title: Heroku
|
||||||
|
category: Devops
|
||||||
---
|
---
|
||||||
|
|
||||||
### `create` - Create an app
|
### `create` - Create an app
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: httpie
|
title: httpie
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
$ http POST example.com/posts/3 \
|
$ http POST example.com/posts/3 \
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Layout thrashing
|
title: Layout thrashing
|
||||||
|
category: HTML
|
||||||
---
|
---
|
||||||
|
|
||||||
### Things that cause invalidation
|
### Things that cause invalidation
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Lodash
|
title: Lodash
|
||||||
|
category: JavaScript libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
> This is an incomplete list.
|
> This is an incomplete list.
|
||||||
|
|
1
man.md
1
man.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Man
|
title: Man
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
### Man paths
|
### Man paths
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Projectionist
|
title: Projectionist
|
||||||
|
category: Vim
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
1
ronn.md
1
ronn.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Ronn
|
title: Ronn
|
||||||
|
category: Ruby libraries
|
||||||
---
|
---
|
||||||
|
|
||||||
Ronn generates Man pages. See [ronn(1)](http://rtomayko.github.io/ronn/ronn.1.html), [ronn-format(7)](http://rtomayko.github.com/ronn/ronn-format.7.html). Also see it on GitHub: [rtomayko/ronn](https://github.com/rtomayko/ronn).
|
Ronn generates Man pages. See [ronn(1)](http://rtomayko.github.io/ronn/ronn.1.html), [ronn-format(7)](http://rtomayko.github.com/ronn/ronn-format.7.html). Also see it on GitHub: [rtomayko/ronn](https://github.com/rtomayko/ronn).
|
||||||
|
|
1
rsync.md
1
rsync.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Rsync
|
title: Rsync
|
||||||
|
category: CLI
|
||||||
---
|
---
|
||||||
|
|
||||||
rsync -avz ./src /dest
|
rsync -avz ./src /dest
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Tabular
|
title: Tabular
|
||||||
|
category: Vim
|
||||||
---
|
---
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
Loading…
Reference in New Issue