Skip to content

Commit

Permalink
More ReadMe links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelblyons committed Mar 30, 2019
1 parent d57dff4 commit df24b9b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SSH Config Language

Provides highlighting and snippets for `~/.ssh/config` and `/etc/ssh/sshd_config` files.
Provides highlighting and snippets for [`~/.ssh/config`][man-ssh-config] and [`/etc/ssh/sshd_config`][man-sshd-config] files.

## Installation

This package is available via [Package Control](http://wbond.net/sublime_packages/package_control). You can install it by searching for SSH in the "Install Package" interface or by cloning this package in your Sublime Text "Packages" directory.
This package [is available][pkg] via [Package Control][pkg-ctrl]. You can install it by searching for SSH in the "Install Package" interface or by cloning this repository in your Sublime Text "Packages" directory.

## Snippets and Completions

Expand All @@ -18,15 +18,25 @@ To see autocomplete, hit <kbd>Ctrl</kbd>+<kbd>Space</kbd> for an on-demand list

### SSH Config

- host: create a new `Host` entry
- match: create a new `Match` entry
- Many completion words
- `host`: create a new Host entry
- `match`: create a new Match entry
- Keyword completion for Linux and BSD

### SSHD Config

- Many completion words
- Keyword completion for Linux and BSD

## Commands

- Open SSH Config
- Open SSHD Config
- **Open SSH Config File**
- **Open SSHD Config File**

## To-Do

- Configurable file locations for the "open" commands
- Better SSHD Config syntax

[man-ssh-config]: https://linux.die.net/man/5/ssh_config
[man-sshd-config]: https://linux.die.net/man/5/sshd_config
[pkg]: https://packagecontrol.io/packages/SSH%20Config
[pkg-ctrl]: https://packagecontrol.io
1 change: 1 addition & 0 deletions SSH Config.sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
%YAML 1.2
---
# https://www.sublimetext.com/docs/3/syntax.html
# https://linux.die.net/man/5/ssh_config
name: SSH Config
file_extensions:
- ssh_config
Expand Down
1 change: 1 addition & 0 deletions SSHD Config.sublime-syntax
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
%YAML 1.2
---
# https://www.sublimetext.com/docs/3/syntax.html
# https://linux.die.net/man/5/sshd_config
name: SSHD Config
file_extensions:
- sshd_config
Expand Down

0 comments on commit df24b9b

Please sign in to comment.