Skip to content

Commit c05dfe3

Browse files
committed
Update docs for 1.1.0 release
1 parent 062aa3e commit c05dfe3

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,19 @@ You can change this to just `setcmd init` if you want to reduce the output, or `
6868

6969
Alternatively, if you'd like it to be available system-wide and not just when you start a shell session, you could add the same lines to `S:User-Startup`. You'll probably want to use `setcmd init quiet` there, though.
7070

71+
## Fomatting
72+
If you would prefer SetCmd output displayed without formatting (no bold text, highlighting etc.) then you can set the local environment variable `SETCMD_NOFORMAT`. For example:
73+
74+
```
75+
set SETCMD_NOFORMAT true
76+
``
7177
7278
# Documentation and Links
7379
Running `setcmd` with no arguments displays the the usage screen shown at the top of this document, this provides quick examples for each function.
7480
75-
There is also a full [manual](SetCmd.guide) provided in AmigaGuide format that is installed along with the tool.
81+
There is also a full [manual](SetCmd.guide) provided in AmigaGuide format that is installed along with the tool, along with an extended [README.txt](README.txt).
7682
77-
To read about the background of the development of this tool (and for my adventures with the Amiga in general), browse my Blog archives: [markround.com/blog/categories/amiga/](http://www.markround.com/blog/categories/amiga/).
83+
To read about the background of the development of this tool (and for my adventures with the Amiga in general), browse my Blog archives: [markround.com/amiga/](http://www.markround.com/amiga/).
7884
7985
# Requirements
8086

README.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ There is also a full manual provided in AmigaGuide format that is installed
8888
along with the tool.
8989

9090
To read about the background of the development of this tool (and for my
91-
adventures with the Amiga in general), browse my Blog archives:
92-
http://www.markround.com/blog/categories/amiga
91+
adventures with the Amiga in general), browse my Amiga blog:
92+
http://www.markround.com/amiga
9393

9494

9595
Background
@@ -120,4 +120,5 @@ these different technologies.
120120

121121
Changes
122122
=======
123+
1.1.0 : Added SETCMD_NOFORMAT env var option to control formatting
123124
1.0.0 : Initial public release

packaging/setcmd.readme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ setcmd set-version uae dev
4444

4545
Full documentation is provided as an AmigaGuide document, and running "setcmd"
4646
on it's own will display an example help screen with usage examples.
47-
There is also an expanded README.txt included which has additional information.
47+
There is also an extended README.txt included which has additional information.
4848

4949
More information is also available at the GitHub project:
5050
https://github.com/markround/setcmd

packaging/setcmd_lha.readme

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ submitter:Mark Dastmalchi-Round
66
77
url:https://github.com/markround/setcmd
88
category:utility/shell
9+
replaces:utility/shell/setcmd.lha
910
license:BSD
1011
distribute:yes
1112
minosversion:4.1
@@ -48,7 +49,8 @@ setcmd set-version uae dev
4849

4950
Full documentation is provided as an AmigaGuide document, and running "setcmd"
5051
on it's own will display an example help screen with usage examples.
51-
There is also an expanded README.txt included which has additional information.
52+
53+
There is also an extended README.txt included which has additional information.
5254

5355
More information is also available at the GitHub project:
5456
https://github.com/markround/setcmd

0 commit comments

Comments
 (0)