git-repl.git
15 months agoAdded aliases to README master
Saba Saba [Thu, 9 Feb 2023 17:26:24 +0000 (12:26 -0500)]
Added aliases to README

15 months agoAdded set-config
Saba Saba [Thu, 9 Feb 2023 17:26:24 +0000 (12:26 -0500)]
Added set-config

15 months agoAdded quiet mode.
Saba Saba [Thu, 9 Feb 2023 17:26:24 +0000 (12:26 -0500)]
Added quiet mode.

15 months agoFactored out log-action.
Saba Saba [Thu, 9 Feb 2023 17:26:24 +0000 (12:26 -0500)]
Factored out log-action.

15 months agoHiding delete-branches. Also added flag for forced deletion of branches.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Hiding delete-branches. Also added flag for forced deletion of branches.

15 months agoAdded delete-no-merged-branches and refactored delete-merged-branches.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Added delete-no-merged-branches and refactored delete-merged-branches.

15 months agoAdded delete-branches command.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Added delete-branches command.

15 months agoAdded skip-file-pattern and no-skip-file-pattern.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Added skip-file-pattern and no-skip-file-pattern.

15 months agoUpdated README with fixed installation instructions
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Updated README with fixed installation instructions

15 months agoFactored out progn into clean-working-directory.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Factored out progn into clean-working-directory.

15 months agoRemoved an unnecessary dependency.
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Removed an unnecessary dependency.

15 months agoAdded a rebase command
Saba Saba [Thu, 9 Feb 2023 17:26:23 +0000 (12:26 -0500)]
Added a rebase command

15 months agoAdded README instructions
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Added README instructions

15 months agoChanged listbox selection mode to multiple.
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Changed listbox selection mode to multiple.

15 months agoListboxes now use the expanded selection mode.
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Listboxes now use the expanded selection mode.

15 months agoImplemented functionality for interactive-skip.
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Implemented functionality for interactive-skip.

15 months agoImplemented basic UI for interactive-skip
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Implemented basic UI for interactive-skip

15 months agoFixed up some documentation
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Fixed up some documentation

15 months agoAdded the ability to accept an S-expression as an argument.
Saba Saba [Thu, 9 Feb 2023 17:26:22 +0000 (12:26 -0500)]
Added the ability to accept an S-expression as an argument.

15 months 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

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

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

15 months 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.

15 months 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

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

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

15 months 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.

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

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

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

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

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

15 months 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.

15 months 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

15 months 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

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

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

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

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

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

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

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

15 months 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

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

15 months 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

15 months 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

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

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

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

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

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

15 months 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.

15 months 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.

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

15 months 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

15 months 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.

15 months 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.

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

15 months 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

15 months 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

15 months 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.

15 months 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.

15 months 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.

15 months 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.

15 months 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.

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

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