Commit Graph

232 Commits

Author SHA1 Message Date
Brian Barto 30bd00f949 Set initial capacity to 50 chars.
modified:   src/nms.c
2017-09-20 09:00:38 -04:00
Brian Barto 39c02de520 getchar() must be assigned to an int to handle EOF properly.
modified:   src/nmstermio.c
2017-09-20 08:35:08 -04:00
Brian Barto d8a8449aba Update README
modified:   README.md
2017-08-30 09:25:57 -04:00
Brian Barto f834f758a4 Add ethereum address
modified:   README.md
2017-06-23 09:38:02 -04:00
Brian Barto 2a13255ab8 modified: README.md 2017-06-02 11:22:18 -04:00
Brian Barto fc37647a3f Fix grammar error in README
modified:   README.md
2017-05-30 11:13:52 -04:00
Brian Barto b173dc9a6e Update README doc
modified:   README.md
2017-05-30 10:52:16 -04:00
Brian Barto ea635ad960 Added temrinal prompt to commands in README
modified:   README.md
2017-04-22 14:58:32 -04:00
Brian Barto 211d3aee8e Update README to inclue info about the -s switch
modified:   README.md
2017-04-22 14:51:33 -04:00
Brian Barto 733503ce3a Fix some indetation issues and add brackets.
modified:   src/nmseffect.c
2017-04-22 14:46:12 -04:00
Brian Barto d87094bde1 Merge pull request #52 from livz/master
Add option to mask blank spaces
2017-04-22 14:38:31 -04:00
livz f8348b8567 Update README.md 2017-04-11 11:10:51 +01:00
liv 33fa5bd557 Add mask blanks to man page 2017-04-11 11:08:33 +01:00
liv b70e70e3dd Add option to mask single blank spaces 2017-04-11 10:51:56 +01:00
Brian Barto 93d1933f28 Fix license info
modified:   README.md
2017-04-01 12:23:12 -04:00
Brian Barto 1c38138978 Modify badge
modified:   README.md
2017-03-30 09:16:07 -04:00
Brian Barto ceb9d69334 Add tips badge
modified:   README.md
2017-03-29 15:03:09 -04:00
Brian Barto e1fccfce94 Add comment for MinGW support code
modified:   src/nmstermio.c
2017-03-21 09:40:15 -04:00
Brian Barto db35451d57 Merge pull request #51 from trha/master
Add support for MinGW on Windows
2017-03-21 09:38:02 -04:00
Trinh Hoang Anh 9ebc9a7d76 Add support for MinGW on Windows 2017-03-19 16:21:27 +08:00
Brian Barto 9cd1d1e8d3 Increment version number for bug fix.
modified:   README.md
	modified:   src/nms.c
2017-03-08 17:25:08 -05:00
Brian Barto ff5fbbd7c7 Clear output from nmstermio_get_cursor_row()
modified:   src/nmseffect.c
2017-03-08 16:19:47 -05:00
Brian Barto c181e1f5fe Update version number for new release. Ensure it matches output for nms -v
modified:   README.md
	modified:   src/nms.c
2017-02-19 13:29:28 -05:00
Brian Barto b45ea4455c Merge pull request #47 from susnux/master
Fixed Makefile for OSX, do not use install -t. Fixed #46
2017-02-19 12:08:37 -05:00
Ferdinand Thiessen ca6a9c1a38 Fixed Makefile for OSX, do not use install -t. Fixed #46 2017-02-19 17:54:14 +01:00
Brian Barto 30f77d4a67 Merge pull request #45 from susnux/man
Updated spec file
2017-02-18 17:44:22 -05:00
Ferdinand Thiessen faab291d82 Updated spec file 2017-02-18 23:19:22 +01:00
Brian Barto 239359eb3e Merge branch 'master' of https://github.com/bartobri/no-more-secrets 2017-02-18 17:13:18 -05:00
Brian Barto d314a92bbb Update version info
modified:   README.md
2017-02-18 17:12:45 -05:00
Brian Barto 99063c671f Merge pull request #44 from susnux/master
Added manpages
2017-02-18 17:00:28 -05:00
Ferdinand Thiessen cc5d71fd22 Added manpages 2017-02-17 19:37:16 +01:00
Brian Barto 8dfd02cd1c Change license header to GPL
modified:   src/nms.c
	modified:   src/nmscharset.c
	modified:   src/nmscharset.h
	modified:   src/nmseffect.c
	modified:   src/nmseffect.h
	modified:   src/nmstermio.c
	modified:   src/nmstermio.h
	modified:   src/nmstermio_ncurses.c
	modified:   src/sneakers.c
2017-02-17 13:24:11 -05:00
Brian Barto 9fd13679c2 Changing license back to GPL to keep it free
modified:   LICENSE
2017-02-02 15:06:56 -05:00
Brian Barto db39bde01d Another typo fix
modified:   src/nmseffect.c
2017-01-27 10:32:53 -05:00
Brian Barto 10e2046092 Typo fix
modified:   src/nmseffect.c
2017-01-27 10:30:58 -05:00
Brian Barto 1291752d71 Add ncurses install instructions
new file:   NCURSES.md
	modified:   README.md
2017-01-21 17:06:03 -05:00
Brian Barto 4564c01619 Remove the -r option from README
modified:   README.md
2017-01-21 09:30:56 -05:00
Brian Barto 99a9a19721 README tweak
modified:   README.md
2017-01-20 15:19:46 -05:00
Brian Barto 1bc6e1065a Add link to LibNMS to README
modified:   README.md
2017-01-20 15:17:59 -05:00
Brian Barto aeb2fbb904 Update README
modified:   README.md
2017-01-20 14:59:02 -05:00
Brian Barto 4b79262cf2 Document the nmstermio modules
modified:   src/nmstermio.c
	modified:   src/nmstermio_ncurses.c
2017-01-20 14:35:00 -05:00
Brian Barto 08957b766c Document nmscharset module
modified:   src/nmscharset.c
2017-01-20 13:47:34 -05:00
Brian Barto a0d80ddb19 Update documentation for nmseffect module
modified:   src/nmseffect.c
2017-01-20 10:46:33 -05:00
Brian Barto 0b44f64468 Update documentation for nmseffect library
modified:   src/nmseffect.c
2017-01-19 15:15:24 -05:00
Brian Barto ea6983113f Don't need to print output from nmseffect_exec()
modified:   src/nms.c
2017-01-19 14:51:21 -05:00
Brian Barto 272e780adf Make module for character set to allow easy substitution with different set.
modified:   Makefile
	new file:   src/nmscharset.c
	new file:   src/nmscharset.h
	modified:   src/nmseffect.c
2017-01-19 12:08:20 -05:00
Brian Barto 8a09f36cee Rename nmsterm modules to nmstermio, and update function names to align with new module name
modified:   Makefile
	modified:   src/nmseffect.c
	deleted:    src/nmsterm.h
	renamed:    src/nmsterm.c -> src/nmstermio.c
	new file:   src/nmstermio.h
	renamed:    src/nmsterm_ncurses.c -> src/nmstermio_ncurses.c
	modified:   src/sneakers.c
2017-01-19 11:42:29 -05:00
Brian Barto bd5614363f Change function name to nmseffect_set_returnopts()
modified:   src/nmseffect.c
	modified:   src/nmseffect.h
	modified:   src/sneakers.c
2017-01-19 11:25:24 -05:00
Brian Barto 4edd0d51da Change function name to nmseffect_set_autodecrypt()
modified:   src/nms.c
	modified:   src/nmseffect.c
	modified:   src/nmseffect.h
2017-01-19 11:20:53 -05:00
Brian Barto 5fd104afee Change file names and update function names (to align with file name changes)
modified:   Makefile
	renamed:    src/main.c -> src/nms.c
	deleted:    src/nms.h
	renamed:    src/nms.c -> src/nmseffect.c
	new file:   src/nmseffect.h
	modified:   src/sneakers.c
2017-01-19 11:17:40 -05:00