-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* typos, more examples and update year in license * show an error when the config can't be parsed * bump version * update modules
- Loading branch information
1 parent
4b98d2f
commit 33d7cd8
Showing
14 changed files
with
155 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,7 +223,7 @@ Flags: | |
-c --config <path> load config.toml from <path> | ||
-d --config-dir <path> load all config from <path> | ||
-u --user <name> login directly to user named <name> | ||
If you want to login to multiple accounts seperate them with a space and use quotation marks. E.g. -u "acc_one acc_two" | ||
If you want to login to multiple accounts separate them with a space and use quotation marks. E.g. -u "acc_one acc_two" | ||
If two users are named the same. Use full name like [email protected] | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
% tut(1) tut 2.0.0 | ||
% Rasmus Lindroth | ||
% 2023-01-23 | ||
% 2023-01-24 | ||
|
||
# NAME | ||
tut - a Mastodon TUI | ||
|
@@ -31,7 +31,7 @@ To see keys and commands you can use inside of tut check tut(7). | |
|
||
**-u**, **\--user** \<name\> | ||
: Login directly to user named *\<name\>*. | ||
: If you want to login to multiple accounts seperate them with a space and use quotation marks. E.g. -u "acc_one acc_two". | ||
: If you want to login to multiple accounts separate them with a space and use quotation marks. E.g. -u "acc_one acc_two". | ||
: If two users are named the same, use full name like *[email protected]* | ||
|
||
# COMMANDS | ||
|
Oops, something went wrong.