Commit Graph

310 Commits

Author SHA1 Message Date
Brian Barto 2c337e61dc Merge pull request #17 from imak/master
Changed Makefile test for OS to account for Fedora and RHEL/CentOS more accura…
2016-05-06 12:01:10 -04:00
Ivan Makfinsky ba06fa3eac Changed test for OS to account for Fedora and RHEL/CentOS more accurately. Also updaated the ncurses-dev to ncusrses-devel for same. 2016-05-06 11:24:32 -04:00
Brian Barto 4c5e2c7f74 Removing unused var DESTDIR from makefile
modified:   Makefile
2016-05-04 10:23:33 -04:00
Brian Barto 5927e52444 Merge branch 'anthonysterling-feature/colour' 2016-05-03 10:30:51 -04:00
Brian Barto 9ab70d1948 Small refactor of the forground color code
modified:   README.md
	modified:   src/main.c
	modified:   src/nms.c
	modified:   src/nms.h
2016-05-03 10:30:11 -04:00
Brian Barto eef49d2ce6 Merge branch 'feature/colour' of https://github.com/anthonysterling/no-more-secrets into anthonysterling-feature/colour 2016-05-03 09:44:41 -04:00
Anthony Sterling 62db60a1d9 Added documenation update 2016-05-02 20:13:15 +01:00
Anthony Sterling 469a24b85d Added the `-f` flag to change the foreground color
The `-f` flag enabling the selection of the following colors:-

- white
- yellow
- black
- magenta
- blue
- green
- red

By default the foreground is blue, as per the current implementation.
2016-05-02 20:03:10 +01:00
Brian Barto c043388bad Incorporated geometric size expansion for input array to reduce the amount of memory reallocations.
modified:   src/main.c
2016-05-02 13:56:35 -04:00
Brian Barto e988dac87c Added -v command line option to print version number
modified:   src/main.c
2016-05-01 17:19:27 -04:00
Brian Barto ed5e9f689f Support for the '-a' command line option to auto-start the decryption effect
modified:   README.md
	modified:   src/main.c
	modified:   src/nms.c
	modified:   src/nms.h
2016-05-01 17:09:38 -04:00
Brian Barto 2eaafe1ef3 Update to the README
modified:   README.md
2016-05-01 16:17:04 -04:00
Brian Barto 94b1200497 Updating README to include new 'make install' script.
modified:   README.md
2016-05-01 16:12:03 -04:00
Brian Barto 8aeecc1446 Merge pull request #14 from apjanke/make-install
build: add make install/uninstall targets
2016-05-01 15:56:50 -04:00
Andrew Janke 28a7137d6f build: add make install/uninstall targets 2016-05-01 15:30:50 -04:00
Brian Barto 9a7a77c2b7 Merge pull request #10 from maxwellgerber/master
More Makefile stuff
2016-04-29 11:26:24 -04:00
Maxwell Gerber b771aa9663 Modified makefile for different flavors of *nix 2016-04-28 17:36:35 -07:00
Brian Barto b34fc9bf11 Fix for issue #6:
"Segfaults when input is piped from non-existant program"

	modified:   src/nms.c
2016-04-28 15:59:00 -04:00
Brian Barto 5dff8f3994 Merge branch 'master' of https://github.com/bartobri/no-more-secrets 2016-04-28 15:35:38 -04:00
Brian Barto d110aedb85 Updating/Clarifying some code comments
modified:   src/nms.c
2016-04-28 15:34:41 -04:00
Brian Barto d802ceb2cd Merge pull request #5 from Sachiano/master
Update YouTube link
2016-04-28 13:49:28 -04:00
Sacha Corazzi de626a6b8c Update YouTube link
The YouTube link now goes directly to the 35s timestamp showing the effect of the program.
2016-04-28 11:33:30 +01:00
mrundle 9f82b10b5c actually require ncurses 2016-04-28 05:25:18 +00:00
mrundle 12e08849fd minor Makefile cleanup and introduced gcc warnings 2016-04-28 04:51:47 +00:00
Brian Barto 6b375c47a9 Minor code tweak to use TAB_SIZE instead of integer constant
modified:   src/nms.c
2016-04-27 11:26:18 -04:00
Brian Barto e06aa4ebf5 Initializing character pointer to NULL
modified:   src/main.c
2016-04-27 11:01:41 -04:00
Brian Barto b61b6d1075 Hopefully the last README update (probably not :()
modified:   README.md
2016-04-26 14:22:34 -04:00
Brian Barto 62c587e40e Spelling errors
modified:   README.md
2016-04-26 12:19:17 -04:00
Brian Barto 53715bf7f6 More formatting changes
modified:   README.md
2016-04-26 11:57:18 -04:00
Brian Barto 95b86556d4 Formatting fix
modified:   README.md
2016-04-26 11:52:32 -04:00
Brian Barto 02e7427080 Close to the last README update???
modified:   README.md
2016-04-26 11:50:59 -04:00
Brian Barto aef8476017 Constant readme changes
modified:   README.md
2016-04-26 11:40:42 -04:00
Brian Barto c2f78daebb Small grammar error in README
modified:   README.md
2016-04-25 18:19:14 -04:00
Brian Barto 69a7a3c2bc When will these README updates end???
modified:   README.md
2016-04-25 18:10:43 -04:00
Brian Barto 86811ad471 README updates
modified:   README.md
2016-04-25 17:45:04 -04:00
Brian Barto 20aab20a9b Making the H5s to H4s
modified:   README.md
2016-04-25 17:41:17 -04:00
Brian Barto 908c535277 Endlessly documenting...
modified:   README.md
	modified:   src/nms.h
2016-04-25 17:40:09 -04:00
Brian Barto 05e9b68f0e More documentation updates
modified:   README.md
	modified:   src/nms.h
2016-04-25 17:18:43 -04:00
Brian Barto 5f63653ff3 More README Updates
modified:   README.md
2016-04-25 16:45:52 -04:00
Brian Barto f08cf7d39d README updates
modified:   README.md
2016-04-25 14:14:28 -04:00
Brian Barto 0393e842e1 README updates
modified:   README.md
2016-04-25 13:54:05 -04:00
Brian Barto 58764b6cb8 README updates
modified:   README.md
2016-04-25 13:52:08 -04:00
Brian Barto 09b7011894 README updates
modified:   README.md
2016-04-25 13:51:10 -04:00
Brian Barto 3a97c24064 README updates
modified:   README.md
2016-04-25 13:49:53 -04:00
Brian Barto 285dceb50a README updates
modified:   README.md
2016-04-25 13:41:19 -04:00
Brian Barto 035356e266 README update
modified:   README.md
2016-04-25 13:40:19 -04:00
Brian Barto c4dc73f62c Added screen cap of 'sneakers' program
modified:   README.md
2016-04-24 18:17:49 -04:00
Brian Barto 9c91f6eeec README updates
modified:   README.md
2016-04-22 16:40:16 -04:00
Brian Barto cca569ae4a README Updates
modified:   README.md
2016-04-22 16:34:40 -04:00
Brian Barto 3275cbf371 README updates
modified:   README.md
2016-04-22 16:25:21 -04:00