Skip to content

Commit

Permalink
Rename goodness to goodies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Nov 23, 2024
1 parent bdf57d3 commit 4c7293f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Do you like the project? Does AeroSpace finally fix your problems with windows m

## Share your workflow and tips

Submit your tips to [the Goodness page](https://nikitabobko.github.io/AeroSpace/goodness). The source code of the page can be found in `./docs` directory
Submit your tips to [the Goodies page](https://nikitabobko.github.io/AeroSpace/goodies). The source code of the page can be found in `./docs` directory

## Support the project financially

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Videos:
Docs:
- [AeroSpace Guide](https://nikitabobko.github.io/AeroSpace/guide)
- [AeroSpace Commands](https://nikitabobko.github.io/AeroSpace/commands)
- [AeroSpace Goodness](https://nikitabobko.github.io/AeroSpace/goodness)
- [AeroSpace Goodies](https://nikitabobko.github.io/AeroSpace/goodies)

## Project status

Expand Down
3 changes: 2 additions & 1 deletion build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ build-site() {
cd .site
# Delete "aerospace " prefifx in synopsis
sed -E -i '' '/tag::synopsis/, /end::synopsis/ s/^(aerospace | {10})//' aerospace*
bundler exec asciidoctor ./guide.adoc ./commands.adoc ./goodness.adoc
bundler exec asciidoctor ./guide.adoc ./commands.adoc ./goodies.adoc
cp goodies.html goodness.html # backwards compatibility
rm -rf ./*.adoc
cd - > /dev/null

Expand Down
2 changes: 1 addition & 1 deletion docs/config-examples/default-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on-focused-monitor-changed = ['move-mouse monitor-lazy-center']

# You can effectively turn off macOS "Hide application" (cmd-h) feature by toggling this flag
# Useful if you don't use this macOS feature, but accidentally hit cmd-h or cmd-alt-h key
# Also see: https://nikitabobko.github.io/AeroSpace/goodness#disable-hide-app
# Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app
automatically-unhide-macos-hidden-apps = false

# Possible values: (qwerty|dvorak)
Expand Down
2 changes: 1 addition & 1 deletion docs/config-examples/i3-like-config-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enable-normalization-opposite-orientation-for-nested-containers = false
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']

[mode.main.binding]
# See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript
# See: https://nikitabobko.github.io/AeroSpace/goodies#open-a-new-window-with-applescript
alt-enter = '''exec-and-forget osascript -e '
tell application "Terminal"
do script
Expand Down
2 changes: 1 addition & 1 deletion docs/goodness.adoc → docs/goodies.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= AeroSpace Goodness
= AeroSpace Goodies
include::util/site-attributes.adoc[]

include::util/header.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions docs/guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If the config is found in more than one location then the ambiguity is reported.
Please see the following config samples:

* <<default-config,The default config>>
* xref:goodness.adoc#i3-like-config[i3 like config]
* xref:./goodies.adoc#i3-like-config[i3 like config]
* {url-search-for-config}[Search for configs by other users on GitHub] for inspiration

AeroSpace uses TOML format for the config.
Expand Down Expand Up @@ -187,7 +187,7 @@ alt-unicorn = 'workspace wonderland' # (⁀ᗢ⁀)
preset = 'dvorak'
----

* For `colemak` users, there is xref:goodness.adoc#colemak-keys-remap[a compiled mapping].
* For `colemak` users, there is xref:./goodies.adoc#colemak-keys-remap[a compiled mapping].
`colemak` may be added as preconfigured preset similar to `dvorak` in the future, if there is enough demand

[#exec-env-vars]
Expand Down Expand Up @@ -533,7 +533,7 @@ a|

There are several ways to know `app-id`:

* Take a look at precomposed xref:goodness.adoc#popular-apps-ids[list of popular application IDs]
* Take a look at precomposed xref:./goodies.adoc#popular-apps-ids[list of popular application IDs]
* You can use xref:commands.adoc#list-apps[`aerospace list-apps`] CLI command to get IDs of running applications
* `mdls -name kMDItemCFBundleIdentifier -r /Applications/App.app`

Expand Down Expand Up @@ -608,7 +608,7 @@ Besides the <<exec-env-vars,`exec.env-vars`>>, the process has access to the fol
* `AEROSPACE_PREV_WORKSPACE` - the workspace user switched from

For a more elaborate example on how to integrate with Sketchybar see
xref:goodness.adoc#show-aerospace-workspaces-in-sketchybar[]
xref:./goodies.adoc#show-aerospace-workspaces-in-sketchybar[]

[#multiple-monitors]
== Multiple monitors
Expand Down
2 changes: 1 addition & 1 deletion docs/util/header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ image:assets/icon.png[300,300,float="right"]
* xref:guide.adoc[AeroSpace Guide]
* xref:commands.adoc[AeroSpace Commands]
* xref:goodness.adoc[AeroSpace Goodness]
* xref:goodies.adoc[AeroSpace Goodies]
====

0 comments on commit 4c7293f

Please sign in to comment.