Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egregius313/customize
- Owner: egregius313
- License: mit
- Created: 2017-07-02T00:25:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T15:58:39.000Z (over 7 years ago)
- Last Synced: 2025-01-12T03:42:14.698Z (12 days ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |