Skip to content

Commit

Permalink
fix typos and hide developer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 27, 2024
1 parent a83aa9f commit f5298ce
Show file tree
Hide file tree
Showing 50 changed files with 147 additions and 195 deletions.
3 changes: 3 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[codespell]
skip = coverage,tmp,Gemfile.lock,sublime*
ignore-words-list = bu
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ v0.7.3 - 2022-06-01
- Regenerate with bashly 0.8.2


<!-- break v0.7.2 -->
v0.7.2 - 2022-05-12
----------------------------------------

- Genearte with bashly 0.8.0
- Generate with bashly 0.8.0


v0.7.1 - 2022-01-28
Expand Down Expand Up @@ -152,7 +153,6 @@ v0.5.9 - 2020-10-10
- Add titles to search output sections


<!-- break v0.5.8 -->
## [v0.5.8](https://github.com/DannyBen/rush-cli/tree/v0.5.8) (2020-04-13)

[Full Changelog](https://github.com/DannyBen/rush-cli/compare/v0.5.7...v0.5.8)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ To create a repository manually, follow these steps:
5. Note that the `main` and `undo` scripts are executed in the same folder they
live in, so you can copy files from the package's directory to wherever
they need to be.
6. If you need to read/write files in the user's current direcotory, use the
6. If you need to read/write files in the user's current directory, use the
`$USER_CWD` environment variable.
7. The `main` and `undo` scripts can be written in any language, as long as
they have a shebang line.
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-add.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-add" "1" "January 2024" "" "Register a local repository."
.TH "rush-add" "1" "February 2024" "" "Register a local repository."
.SH NAME
\f[B]rush add\f[R] - Register a local repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-add.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-add(1) | Register a local repository.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-clone.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-clone" "1" "January 2024" "" "Clone a GitHub package repository."
.TH "rush-clone" "1" "February 2024" "" "Clone a GitHub package repository."
.SH NAME
\f[B]rush clone\f[R] - Clone a GitHub package repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-clone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-clone(1) | Clone a GitHub package repository.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-completions.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-completions" "1" "January 2024" "" "Generate bash completions."
.TH "rush-completions" "1" "February 2024" "" "Generate bash completions."
.SH NAME
\f[B]rush completions\f[R] - Generate bash completions.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-completions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-completions(1) | Generate bash completions.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-config.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-config" "1" "January 2024" "" "Show or edit the configuration file."
.TH "rush-config" "1" "February 2024" "" "Show or edit the configuration file."
.SH NAME
\f[B]rush config\f[R] - Show or edit the configuration file.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-config(1) | Show or edit the configuration file.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-copy.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-copy" "1" "January 2024" "" "Copy a package between local repositories."
.TH "rush-copy" "1" "February 2024" "" "Copy a package between local repositories."
.SH NAME
\f[B]rush copy\f[R] - Copy a package between local repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-copy(1) | Copy a package between local repositories.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-default.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-default" "1" "January 2024" "" "Set a default repository."
.TH "rush-default" "1" "February 2024" "" "Set a default repository."
.SH NAME
\f[B]rush default\f[R] - Set a default repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-default(1) | Set a default repository.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-edit.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-edit" "1" "January 2024" "" "Edit package files."
.TH "rush-edit" "1" "February 2024" "" "Edit package files."
.SH NAME
\f[B]rush edit\f[R] - Edit package files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-edit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-edit(1) | Edit package files.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-get.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-get" "1" "January 2024" "" "Install a package."
.TH "rush-get" "1" "February 2024" "" "Install a package."
.SH NAME
\f[B]rush get\f[R] - Install a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-get(1) | Install a package.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-info.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-info" "1" "January 2024" "" "Show information about a package."
.TH "rush-info" "1" "February 2024" "" "Show information about a package."
.SH NAME
\f[B]rush info\f[R] - Show information about a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-info(1) | Show information about a package.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-list.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-list" "1" "January 2024" "" "Show packages in one or all repositories."
.TH "rush-list" "1" "February 2024" "" "Show packages in one or all repositories."
.SH NAME
\f[B]rush list\f[R] - Show packages in one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-list(1) | Show packages in one or all repositories.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-pull.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-pull" "1" "January 2024" "" "Git pull one or all repositories."
.TH "rush-pull" "1" "February 2024" "" "Git pull one or all repositories."
.SH NAME
\f[B]rush pull\f[R] - Git pull one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-pull.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-pull(1) | Git pull one or all repositories.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-push.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-push" "1" "January 2024" "" "Git push one or all repositories."
.TH "rush-push" "1" "February 2024" "" "Git push one or all repositories."
.SH NAME
\f[B]rush push\f[R] - Git push one or all repositories.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-push.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-push(1) | Git push one or all repositories.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-remove.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-remove" "1" "January 2024" "" "Unregister a local repository."
.TH "rush-remove" "1" "February 2024" "" "Unregister a local repository."
.SH NAME
\f[B]rush remove\f[R] - Unregister a local repository.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-remove.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-remove(1) | Unregister a local repository.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-search.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-search" "1" "January 2024" "" "Search in package names and info files."
.TH "rush-search" "1" "February 2024" "" "Search in package names and info files."
.SH NAME
\f[B]rush search\f[R] - Search in package names and info files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-search.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-search(1) | Search in package names and info files.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-show.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-show" "1" "January 2024" "" "Show package files."
.TH "rush-show" "1" "February 2024" "" "Show package files."
.SH NAME
\f[B]rush show\f[R] - Show package files.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-show.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-show(1) | Show package files.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-snatch.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-snatch" "1" "January 2024" "" "Install a package from a remote repo."
.TH "rush-snatch" "1" "February 2024" "" "Install a package from a remote repo."
.SH NAME
\f[B]rush snatch\f[R] - Install a package from a remote repo.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-snatch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-snatch(1) | Install a package from a remote repo.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-undo.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush-undo" "1" "January 2024" "" "Uninstall a package."
.TH "rush-undo" "1" "February 2024" "" "Uninstall a package."
.SH NAME
\f[B]rush undo\f[R] - Uninstall a package.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-undo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-undo(1) | Uninstall a package.
%
% January 2024
% February 2024

NAME
==================================================
Expand Down
2 changes: 1 addition & 1 deletion doc/rush.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "rush" "1" "January 2024" "Version 0.7.13" "Personal package manager."
.TH "rush" "1" "February 2024" "Version 0.7.13" "Personal package manager."
.SH NAME
\f[B]rush\f[R] - Personal package manager.
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion doc/rush.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush(1) Version 0.7.13 | Personal package manager.
% Danny Ben Shitrit \<https://github.com/dannyben\>
% January 2024
% February 2024

NAME
==================================================
Expand Down
Loading

0 comments on commit f5298ce

Please sign in to comment.