Syntax aware cat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update a few notes on readme

+4 -1
+4 -1
README.md
··· 49 49 50 50 In either case, copy (or create new) those files in the appropriate configuration directory, depending on 51 51 your operating system, and then continuing to the following sections. The appropriate directories are: 52 - * Linux: `$HOME/.config/syncat/` 52 + * Linux: `$HOME/.config/syncat/` (more accurately, `$XDG_CONFIG_HOME/syncat`) 53 53 * Mac: `$HOME/Library/Preferences/com.cameldridge.syncat/` 54 54 * Windows: Not officially supported 55 55 ··· 115 115 116 116 # Colours the file using a specific language 117 117 syncat -l js src/package.json 118 + 119 + # Exports the default configuration into your system's configuration directory 120 + syncat init 118 121 119 122 # Installs (or updates) all languages listed in the `languages.toml` file 120 123 syncat install