updates for macos module
Add support for keychain Add README. Add shortcut for open in iTerm.
This commit is contained in:
parent
d93b789ef5
commit
a217a935fd
4 changed files with 40 additions and 2 deletions
31
modules/tools/macos/README.org
Normal file
31
modules/tools/macos/README.org
Normal file
|
@ -0,0 +1,31 @@
|
|||
#+TITLE: tools/macos
|
||||
#+DATE: February 19, 2017
|
||||
#+SINCE: v1.3
|
||||
#+STARTUP: inlineimages nofold
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[#description][Description]]
|
||||
- [[#maintainers][Maintainers]]
|
||||
- [[#features][Features]]
|
||||
|
||||
* Description
|
||||
This module provides extra functionality for macOS.
|
||||
|
||||
** Maintainers
|
||||
This module has no dedicated maintainers
|
||||
|
||||
* Features
|
||||
|
||||
This module adds various macOS specific launchers under the SPC o shortcuts.
|
||||
|
||||
It also enables keychain as an auth-source. This is used by apps like [[file:../../../modules/app/irc/README.org][irc]] and
|
||||
[[file:../../../modules/tools/magit/README.org][magit]]'s forge module. For instance, to support GitHub Forge add an internet
|
||||
password like this to your keychain:
|
||||
|
||||
| Field | Value |
|
||||
|----------+-------------------------|
|
||||
| Name | api.github.com |
|
||||
| Kind | Internet password |
|
||||
| Account | <username>^forge |
|
||||
| Where | https://api.github.com/ |
|
||||
| Password | <token> |
|
Loading…
Add table
Add a link
Reference in a new issue