2020-10-27 04:05:54 +01:00
|
|
|
.Dd October 27, 2020
|
2020-10-26 20:46:09 +01:00
|
|
|
.Dt SDN-INSTALL 1
|
|
|
|
.Os Linux
|
|
|
|
.Sh NAME
|
|
|
|
.Nm sdn-install
|
|
|
|
.Nd integrate sdn with the shell
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm sdn-install
|
|
|
|
.Op Fl s Ar shell
|
|
|
|
.Op Fl p Ar - | rcpath
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
integrates
|
|
|
|
.Xr sdn 1
|
|
|
|
with your shell, binding it to M-o. If the navigator has already been
|
|
|
|
integrated, it updates the snippet in-place.
|
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl p Ar -
|
|
|
|
Merely print the integration snippet for the appropriate shell to the standard
|
|
|
|
output, not changing anything.
|
|
|
|
.It Fl p Ar rcpath
|
|
|
|
Install the integration snippet into a different shell initialization file than
|
2020-10-27 04:05:54 +01:00
|
|
|
the default one for your user.
|
2020-10-26 20:46:09 +01:00
|
|
|
.It Fl s Ar shell
|
|
|
|
If you want to integrate
|
|
|
|
.Xr sdn 1
|
2020-10-27 04:05:54 +01:00
|
|
|
with a different shell than the one you're running, use this option to specify
|
|
|
|
it.
|
2020-10-26 20:46:09 +01:00
|
|
|
.El
|
2020-10-27 04:05:54 +01:00
|
|
|
.Sh REPORTING BUGS
|
|
|
|
Use
|
|
|
|
.Lk https://git.janouch.name/p/sdn
|
|
|
|
to report bugs, request features, or submit pull requests.
|