sheldon 0.5.2

A fast, configurable, shell plugin manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
<h1 align="center">sheldon</h1>
<div align="center">
  <strong>
    <img class="emoji" title=":bowtie:" alt=":bowtie:" src="https://github.githubassets.com/images/icons/emoji/bowtie.png" width="20" height="20" align="absmiddle">
      A fast, configurable, shell plugin manager
    </strong>
</div>
<br />
<div align="center">
  <a href="https://crates.io/crates/sheldon">
    <img src="https://img.shields.io/crates/v/sheldon.svg" alt="Crates.io version" />
  </a>
  <a href="https://github.com/rossmacarthur/sheldon/releases/latest">
    <img src="https://img.shields.io/github/v/release/rossmacarthur/sheldon?label=download&scolor=yellow" alt="Download" />
  </a>
  <a href="https://github.com/rossmacarthur/sheldon/actions?query=workflow%3Abuild">
    <img src="https://img.shields.io/github/workflow/status/rossmacarthur/sheldon/build/master" alt="Build status" />
  </a>
  <a href="https://github.com/rossmacarthur/sheldon/actions?query=workflow%3Arelease">
    <img src="https://img.shields.io/github/workflow/status/rossmacarthur/sheldon/release?label=release" alt="Release status" />
  </a>
</div>

## Features

- Can manage virtually anything.
  - Any public Git repository.
    - Branch / tag / commit support.
    - Submodule support.
    - First class support for GitHub repositories.
    - First class support for Gists.
  - Arbitrary remote scripts or binaries.
  - Local plugins.
  - Inline plugins.
- Highly configurable install methods using [handlebars] templating.
- Shell agnostic, with sensible defaults for [Zsh].
- Super-fast parallel installation.
- Config file using [TOML] syntax.
- Uses a lock file for much faster loading of plugins.
- Clean `~/.zshrc` or `~/.bashrc` (just add 1 line).

## Table of Contents

- [Installation]#installation
  - [Pre-built binaries]#pre-built-binaries
  - [Cargo]#cargo
  - [Release notes]#release-notes
- [Getting started]#getting-started
- [Command line interface]#command-line-interface
  - [`lock` command]#lock-command
  - [`source` command]#source-command
  - [`add` command]#add-command
  - [`edit` command]#edit-command
  - [`remove` command]#remove-command
  - [Flags]#flags
  - [Options]#options
- [Configuration: plugin sources]#configuration-plugin-sources
  - [Git]#git
    - [`github`]#github
    - [`gist`]#gist
    - [`git`]#git-1
    - [Specifying a branch, tag, or commit]#specifying-a-branch-tag-or-commit
    - [Cloning with Git or SSH protocols]#cloning-with-git-or-ssh-protocols
    - [Private Git repositories]#private-git-repositories
  - [Remote]#remote
  - [Local]#local
- [Configuration: plugin options]#configuration-plugin-options
  - [`use`]#use
  - [`apply`]#apply
- [Configuration: inline plugins]#configuration-inline-plugins
- [Configuration: templates]#configuration-templates
  - [Custom templates]#custom-templates
  - [Example: symlinking files]#example-symlinking-files
  - [Example: overriding the PATH template]#example-overriding-the-path-template
- [Configuration: global options]#configuration-global-options
  - [`match`]#match
  - [`apply`]#apply-1
- [License]#license

## Installation

### Pre-built binaries

Pre-built binaries for Linux (x86-64, armv7) and macOS (x86-64) can be found on
[the releases page][releases].

Alternatively, the following script can be used to automatically detect your
host system, download the required artefact, and extract the **sheldon** binary.

```sh
curl --proto '=https' -fLsS https://rossmacarthur.github.io/install/crate.sh \
    | bash -s -- --repo "rossmacarthur/sheldon" --to /usr/local/bin
```

### Cargo

**sheldon** can be installed using [cargo], the Rust package manager. Install
[cargo] using [rustup] then run the following command to install or update
**sheldon**.

```sh
cargo install sheldon
```

### Release notes

Please see all release notes [here](RELEASES.md).

## Getting started

**sheldon** works by specifying all plugin information in a [TOML] configuration
file. Then sourcing the output of `sheldon source` in your `~/.zshrc` or
`~/.bashrc` file. When this command is run **sheldon** will download all the
required plugin sources, generate a lock file, and then output shell source.

By default the config file is located at `~/.sheldon/plugins.toml`. You can
either edit this file directly or use the provided command line interface to add
or remove plugins. To add your first plugin to the config file run the `sheldon
add` command.

```sh
sheldon add oh-my-zsh --github robbyrussell/oh-my-zsh
```

The first argument given here `oh-my-zsh` is a unique name for the plugin. The
`--github` option specifies that we want **sheldon** to manage a clone of
http://github.com/robbyrussell/oh-my-zsh. If this is the first time you are
running **sheldon**, you will be asked if you want to initialize a new config
file at `~/.sheldon/plugins.toml`.

You can then use `sheldon source` to install the configured plugins, generate
the lock file, and print out the shell script to source. Simply add the
following to your `~/.zshrc` or `~/.bashrc` file.

```sh
# ~/.zshrc or ~/.bashrc

source <(sheldon source)
```

## Command line interface

### `lock` command

The `lock` command installs the plugins sources and generates the lock file.
Rerunning this command will not reinstall plugin sources, just check that they
are all okay. It will always regenerate the lock file.

```sh
sheldon lock
```

To force a reinstall of all plugin sources you can use the `--reinstall` flag.

```sh
sheldon lock --reinstall
```

### `source` command

This command generates the shell script. This command will first check if there
is an up to date lock file, if not, then it will first do the equivalent of the
lock command above. This command is usually used with the built-in shell
`source` command.

```sh
source <(sheldon source)
```

If we now modify our config file and run this command again it will relock the
configuration prior to generating the script. The output of this command is
highly configurable. You can define your own [custom
templates](#configuration-templates) to apply to your plugins.

### `add` command

This command adds a new plugin to the config file. It does nothing else but edit
the config file. In the following command we add a GitHub repository as a
source.

```sh
sheldon add my-repo --git http://github.com/owner/repo.git
```

An example usage of this command for each source type is shown in the
[Configuration: plugin sources](#configuration-plugin-sources) section.

### `edit` command

This command will open the config file in the default editor and only overwrite
the contents if the updated config file is valid. To override the editor that is
used you should set the `EDITOR` environment variable.

For example using `vim`
```sh
EDITOR=vim sheldon edit
```

Or with Visual Studio Code
```sh
EDITOR="code --wait" sheldon edit
```

### `remove` command

This command removes a plugin from the config file. In the following command we
remove the plugin with name `my-repo`.

```sh
sheldon remove my-repo
```

### Flags

**sheldon** accepts the following global command line flags.

| Flag              | Description                       |
| ----------------- | --------------------------------- |
| `-q`, `--quiet`   | Suppress any informational output |
| `-v`, `--verbose` | Use verbose output                |
| `--no-color`      | Do not use ANSI colored output    |
| `-h`, `--help`    | Show the help message and exit    |
| `-V`, `--version` | Show the version and exit         |

### Options

**sheldon** accepts the following global command line options.

| Option                  | Environment variable   | Description                                                 |
| ----------------------- | ---------------------- | ----------------------------------------------------------- |
| `--home <path>`         | `HOME`                 | Set the home directory. (*default:* auto)                   |
| `--root <path>`         | `SHELDON_ROOT`         | Set the root directory. (*default:* `<home>/.sheldon`)      |
| `--config-file <path>`  | `SHELDON_CONFIG_FILE`  | Set the config file. (*default:*  `<root>/plugins.toml`)    |
| `--lock-file <path>`    | `SHELDON_LOCK_FILE`    | Set the lock file. (*default:* `<config-file>.lock`)        |
| `--clone-dir <path>`    | `SHELDON_CLONE_DIR`    | Set the clone directory. (*default:* `<root>/repos`)        |
| `--download-dir <path>` | `SHELDON_DOWNLOAD_DIR` | Set the download directory. (*default:* `<root>/downloads`) |

The priority order for setting these values is the following

1. Command line option.
2. Environment variable.
3. Default value.

## Configuration: plugin sources

A plugin is defined by adding a new unique name to the `plugins` table in the
[TOML] config file. This can be done by either editing the file directly or
using the provided **sheldon** commands. A plugin must the location of the
source. There are three types of sources, each kind is described in this
section. A plugin may only specify _one_ source type.

```toml
# ~/.sheldon/plugins.toml

#            ┌─ Unique name for the plugin
#        ┌───┴───┐
[plugins.oh-my-zsh]
github = "robbyrussell/oh-my-zsh"
#         └─────┬────┘ └───┬───┘
#               │          └─ GitHub repository name
#               └─ GitHub user or organization
```

### Git

Git sources specify a remote Git repository that will be cloned to the
**sheldon** root directory. There are three flavors of Git sources.

#### `github`

A GitHub source must set the `github` field and specify the repository. This
should be the username or organization and the repository name separated by a
forward slash. Add the following to the **sheldon** config file.

```toml
[plugins.pure]
github = "sindresorhus/pure"
```

Or run **sheldon add** with the `--github` option.

```sh
sheldon add pure --github sindresorhus/pure
```

#### `gist`

A Gist source must set the `gist` field and specify the repository. This should
be the hash or username and hash of the Gist.  Add the following to the
**sheldon** config file.

```toml
[plugins.pure]
gist = "579d02802b1cc17baed07753d09f5009"
```

Or run **sheldon add** with the `--gist` option.

```sh
sheldon add pure --gist 579d02802b1cc17baed07753d09f5009
```

#### `git`

A Git source must set the `git` field and specify the URL to clone. Add the
following to the **sheldon** config file.

```toml
[plugins.pure]
git = "https://github.com/sindresorhus/pure"
```

Or run **sheldon add** with the `--git` option.

```sh
sheldon add pure --git https://github.com/sindresorhus/pure
```

#### Specifying a branch, tag, or commit

All Git sources also allow setting of one of the `branch`, `tag` or `rev`
fields. **sheldon** will then checkout the repository at this reference.

```toml
[plugins.pure]
github = "sindresorhus/pure"
tag = "v1.12.0"
```

Or run **sheldon add** with the `--tag`, `--branch`, or `--rev` option when
adding the plugin.

```sh
sheldon add pure --github sindresorhus/pure --tag v1.12.0
```

#### Cloning with Git or SSH protocols

GitHub and Gist sources are cloned using HTTPS by default. You can specify that
Git or SSH should be used by setting the `proto` field to the protocol type.
This must be one of `git`, `https`, or `ssh`.

```toml
[plugins.pure]
github = "sindresorhus/pure"
proto = "ssh"
```

For a plain Git source you should specify the URL with a `git://` or `ssh://`.
For SSH you will need to specify the username as well (it is `git` for GitHub).

```toml
[plugins.pure]
git = "ssh://git@github.com/sindresorhus/pure"
```

#### Private Git repositories

Currently **sheldon** only supports authentication when cloning using SSH and
only with authentication via the SSH agent. This means if you have a plugin
source that is a private repository you will have to use the SSH protocol for
cloning.

### Remote

Remote sources specify a remote file that will be downloaded to the **sheldon**
root directory. A Remote source must set the  `remote` field and specify the
URL. Add the following to the **sheldon** config file.

```toml
[plugins.pure]
remote = "https://github.com/rossmacarthur/pure/raw/master/pure.zsh"
```

Or run **sheldon add** with the `--remote` option.

```sh
sheldon add pure --remote https://github.com/rossmacarthur/pure/raw/master/pure.zsh
```

### Local

Local sources reference local directories. A Local source must set the `local`
field and specify a directory. Tildes may be used and will be expanded to the
current user's home directory. Add the following to the **sheldon** config file.

```toml
[plugins.pure]
local = "~/Downloads/repos/pure"
```

Or run **sheldon add** with the `--local` option.

```sh
sheldon add pure --local '~/Downloads/repos/pure'
```

## Configuration: plugin options

These are options that are common to all the above plugins.

### `use`

A list of files / globs to use in the plugin's source directory. If this field
is not given then the first pattern in the global [`match`](#match) field that
matches any files will be used. Add the following to the **sheldon** config
file.

```toml
[plugins.pure]
github = "sindresorhus/pure"
use = ["*.zsh"]
```

Or run **sheldon add** with the `--use` option when adding the plugin.

```sh
sheldon add pure --github sindresorhus/pure --use '*.zsh'
```

### `apply`

A list of template names to apply to this plugin. This defaults to the global
[`apply`](#apply-1).

```toml
[plugins.pure]
github = "sindresorhus/pure"
apply = ["source", "PATH"]
```

Or run **sheldon add** with the `--apply` option when adding the plugin.

```sh
sheldon add pure --github sindresorhus/pure --apply source PATH
```

You can define your own [custom templates](#custom-templates) to apply to your
plugins.

## Configuration: inline plugins

For convenience it also possible to define Inline plugins. An Inline plugin must
set the `inline` field and specify the raw source.

```toml
[plugins.pure]
inline = """
pure() {
  echo 'not really :P'
}
"""
```

## Configuration: templates

A template is a string that represents a generic action to take on a plugin. For
example the **PATH** template adds the plugin directory to the shell `PATH`
variable. A plugin will apply a template if you add the template name to the
[`apply`](#apply) field on a plugin.

Available built in templates are

- **source**: source each file in a plugin.
- **PATH**: add the plugin directory to the `PATH` variable.
- **FPATH**: add the plugin directory to the `FPATH` variable.
- **path**: add the plugin directory to the `path` variable.
- **fpath**: add the plugin directory to the `fpath` variable.

As template strings they could be represented like this

```toml
[templates]
source = { value = 'source "{{ file }}"', each = true }
PATH = 'export PATH="{{ dir }}:$PATH"'
FPATH = 'export FPATH="{{ dir }}:$FPATH"'
path = 'path=( "{{ dir }}" $path )'
fpath = 'fpath=( "{{ dir }}" $fpath )'
```

For example if we change the `apply` field for the below plugin, it will only
add the plugin directory to the `PATH` and append it to the `fpath`. The plugin
will not be sourced.

```toml
[plugins.pure]
source = "github"
repository = "sindresorhus/pure"
apply = ["PATH", "fpath"]
```

The `each` value, as used in the `source` template above, specifies that the
template should be applied to each matched file for the plugin. This defaults to
`false`.

### Custom templates

It is possible to create your own custom templates, and you can even override
the built in ones.

Plugins all have the following information that can be used in templates

- **A unique name.** This is completely arbitrary, and it is the value specified
  for the plugin in the plugins table. However, it is often the name of the
  plugin, so it can be useful to use this name in templates with `{{ name }}`.
- **A directory.** In git sources this is the location of the cloned repository,
  for local sources, it is the directory specified. This directory can be used
  in templates with `{{ dir }}`.
- **Zero or more files.** These are the matched files in the plugin directory
  either discovered using the the global `match` field or specified as a plugin
  option with `use`. These can be used in templates using `{{ file }}`.

You can use the following global information in templates

- **The sheldon root.** This folder can be used as `{{ root }}`.

### Example: symlinking files

Lets say we would like a template to symlink files into the
`~/.sheldon/functions` directory. We could create a new template with name
**function**, like this

```toml
[templates]
function = { value = 'ln -sf "{{ file }}" "~/.sheldon/functions/{{ name }}"', each = true }
```

It can then be applied to the plugin like this

```toml
[plugins.pure]
github = "sindresorhus/pure"
apply = ["function"]
```

### Example: overriding the PATH template

The built in **PATH** template adds the directory path to the beginning of the
`PATH` variable, we might want to change it to the be added at the end. We could
do this like this

```toml
[templates]
PATH = 'export PATH="$PATH:{{ dir }}"'
```

You can then apply it to the plugin like this

```toml
[plugins.pure]
github = "sindresorhus/pure"
apply = ["source", "PATH"]
```

**Note:** this would change the behavior of **PATH** for *all* plugins using it.

## Configuration: global options

### `match`

A list of glob patterns to match against a plugin's contents. The first pattern
that matches any files will be used by default as a plugin's `use` field. This
defaults to

```toml
match = [
  "{{ name }}.plugin.zsh",
  "{{ name }}.zsh",
  "{{ name }}.sh",
  "{{ name }}.zsh-theme",
  "*.plugin.zsh",
  "*.zsh",
  "*.sh",
  "*.zsh-theme",
]
```

**Note:** if you are not using [Zsh] then you should probably change this
setting.

### `apply`

A list of template names to apply to all plugins by default (see
[`apply`](#apply)). This defaults to

```toml
apply = ["source"]
```

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE]LICENSE-APACHE or
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

[cargo]: https://doc.rust-lang.org/cargo/
[handlebars]: http://handlebarsjs.com
[releases]: https://github.com/rossmacarthur/sheldon/releases
[rust-lang]: https://www.rust-lang.org/
[rustup]: https://rustup.rs/
[TOML]: https://github.com/toml-lang/toml
[Zsh]: http://www.zsh.org/