Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egregius313/customize

A CLI utility to ease the editing of .rc files
https://github.com/egregius313/customize

Last synced: 6 days ago
JSON representation

A CLI utility to ease the editing of .rc files

Awesome Lists containing this project

README

        

# customize
A CLI utility to ease the editing of .rc files

```
customize - simple wrapper to aid in editing configuration and .rc files.

Usage:
customize add
customize list
customize set-editor
customize use-env-editor
customize which ...
customize
```

## Sample usage
```bash
$ customize set-editor emacs
$ customize add bash ~/.bashrc # or ~/.bash_profile on Mac
$ customize bash # opens ~/.bashrc in Emacs
```

## Commands
* `customize ` open the appropriate configuration file for ``

| Command | Usage |
|---------------------------|:--------------------------------------:|
| `add ` | associate `` with `` |
| `list` | list (command, rc_file) pairs |
| `set-editor ` | set the default editor to ``
(__Note:__ if `use-env-editor` is set, the editor will default to `$EDITOR`) |
| `use-env-editor` | Set the default editor to `$EDITOR` |
| `which ...` | For each ``, list the appropriate .rc file |