Skip to content

Releases: gilcot/doc4sh

1.5

30 May 15:52
Compare
Choose a tag to compare
1.5 Pre-release
Pre-release

Extract all comments from your shell script

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test2_py '"""' '"""'
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test2_rb '=begin' '=end'
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test2_php '/\* ' ' \*/'
./get_comments test2_php '/\*' ' \*/'
./get_comments test3_php '// '

1.4

30 May 08:39
Compare
Choose a tag to compare
1.4 Pre-release
Pre-release

Extract all comments from your shell script

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test3_php '// '
./get_comments test2_php '/\* ' ' \*/'

1.3

29 May 19:05
Compare
Choose a tag to compare
1.3 Pre-release
Pre-release

Extract all comments from your shell script

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_sh '# '
./get_comments test1_pl
./get_comments test1_pl '# '
./get_comments test1_py
./get_comments test1_py '# '
./get_comments test1_rb
./get_comments test1_rb '# '
./get_comments test1_bas '[0-9][0-9] REM '
./get_comments test1_bas '[0-9]\{2\} REM '
./get_comments test1_bas '.. REM '
./get_comments test3_php '// '

1.2

29 May 18:52
Compare
Choose a tag to compare
1.2 Pre-release
Pre-release

Extract all comments from your script (any language that use hashtag)

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh
./get_comments test1_pl
./get_comments test1_py
./get_comments test1_rb

1.1

29 May 18:04
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release

Extract all comments from your shell script

chmod +x get_comments
chmod -r test0_txt
./get_comments test0_txt
./get_comments test1_txt
./get_comments test1_sh

1.0

29 May 17:56
Compare
Choose a tag to compare
1.0 Pre-release
Pre-release

Extract main comments from your shell script

chmod +x get_comments
./get_comments test1_txt
./get_comments test1_sh