git-repl.git
2 years agoUpdated wording for file-chunk-length
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Updated wording for file-chunk-length

2 years agoShortened lines
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Shortened lines

2 years agoFactored out the REPL.
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Factored out the REPL.

2 years agoUpdated comment at the top with a make eval command.
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Updated comment at the top with a make eval command.

2 years agoFactored out common pattern into toggle-without-config
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Factored out common pattern into toggle-without-config

2 years agoRefactored commands and show-symbols.
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Refactored commands and show-symbols.

2 years agoMerged make-install into make
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Merged make-install into make

2 years agoModified make and make-install to make it easier to generate a patch of the running...
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Modified make and make-install to make it easier to generate a patch of the running executable.

2 years agoAdded reset-branch command.
Saba Saba [Thu, 9 Feb 2023 17:26:21 +0000 (12:26 -0500)]
Added reset-branch command.

2 years agoRedirecting error stream to output.
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Redirecting error stream to output.

2 years agoImplemented mergetool
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Implemented mergetool

2 years agoAdded checkout command.
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Added checkout command.

2 years agoImplemended config-diff
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Implemended config-diff

2 years agoCreated a non-list version of git.
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Created a non-list version of git.

2 years agoFixed defect with single string case for handle-file-paths
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Fixed defect with single string case for handle-file-paths

2 years agoChunking files for skip-worktree and no-skip-worktree
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Chunking files for skip-worktree and no-skip-worktree

2 years agoUpdated skip and unskip logic.
Saba Saba [Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)]
Updated skip and unskip logic.

2 years agoImplemented config-diff
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Implemented config-diff

2 years agoAdded messages for better UX
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Added messages for better UX

2 years agoAdded show-symbols
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Added show-symbols

2 years agoFleshed out help instructions
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Fleshed out help instructions

2 years agoImplemented a proper REPL
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Implemented a proper REPL

2 years agoAdded instructions
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Added instructions

2 years agoAdded quotes to skip-file and no-skip-file filepaths
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Added quotes to skip-file and no-skip-file filepaths

2 years agoFixed defect in skipped-files
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Fixed defect in skipped-files

2 years agoAdded apply-stash and apply-config
Saba Saba [Thu, 9 Feb 2023 17:26:19 +0000 (12:26 -0500)]
Added apply-stash and apply-config

2 years agoFixed bug in clean-working-directory
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Fixed bug in clean-working-directory

2 years agoAdded sample-file-2
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Added sample-file-2

2 years agoAdded sample-file for testing
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Added sample-file for testing

2 years agoAdded make-install command.
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Added make-install command.

2 years agoFinished off documentation.
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Finished off documentation.

2 years agoExposing *grep* publicly.
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Exposing *grep* publicly.

2 years agoAdded clean-working-directory as a macro to protect against modified files polluting...
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Added clean-working-directory as a macro to protect against modified files polluting the working directory. Also added documentation.

2 years agoAdded a method to list commands.
Saba Saba [Thu, 9 Feb 2023 17:26:18 +0000 (12:26 -0500)]
Added a method to list commands.

2 years agoAdded config management commands
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Added config management commands

2 years agoAdded extra commands and switched name to git-repl.cl
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Added extra commands and switched name to git-repl.cl

2 years agoAdded command to build an executable with a REPL.
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Added command to build an executable with a REPL.

2 years agoAdded git branch cleanup commands and a git-skipper-load.cl file for building.
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Added git branch cleanup commands and a git-skipper-load.cl file for building.

2 years agoRemove git status
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Remove git status

2 years agoImplemented skip-modified and no-skip-all
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Implemented skip-modified and no-skip-all

2 years agoStripping 'S ' from each file returned by skipped-files
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Stripping 'S ' from each file returned by skipped-files

2 years agoGot grep/findstr working for skipped-files.
Saba Saba [Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)]
Got grep/findstr working for skipped-files.

2 years agoAdded 'input' as an argument to the git macro.
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
Added 'input' as an argument to the git macro.

2 years agoRemoving empty lines from git output.
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
Removing empty lines from git output.

2 years agoAdded some initial definitions for git helper methods.
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
Added some initial definitions for git helper methods.

2 years agoDefined a git macro to make it easier to define git commands.
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
Defined a git macro to make it easier to define git commands.

2 years agoInitial git-skipper.cl commit
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
Initial git-skipper.cl commit

2 years ago.gitignore
Saba Saba [Thu, 9 Feb 2023 17:26:16 +0000 (12:26 -0500)]
.gitignore