TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							c03671f47d 
							
						 
					 
					
						
						
							
							chore: rename files to avoid collision (hilbish bin and shell.nix)  
						
						
						
						
					 
					
						2021-12-31 20:00:39 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							5787582c2e 
							
						 
					 
					
						
						
							
							fix: expansion on quotes in alias expansion  
						
						... 
						
						
						
						to show what this fixes:
`git commit -m "a commit message"` would report that it didnt find
pathspecs for commit or message, because the commit message is only passed as `a`
also fixes it to make it work in commands in other sh syntax 
						
						
					 
					
						2021-12-31 14:11:11 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							9d685ab785 
							
						 
					 
					
						
						
							
							feat: add hilbish.greeting  
						
						
						
						
					 
					
						2021-12-31 13:25:53 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bcbd4be7f9 
							
						 
					 
					
						
						
							
							feat: allow appendPath to take table of paths ( closes   #88 )  
						
						
						
						
					 
					
						2021-12-31 13:22:26 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							54689b7dd1 
							
						 
					 
					
						
						
							
							docs: add newline after aur badge  
						
						
						
						
					 
					
						2021-12-19 22:41:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							740adf27f3 
							
						 
					 
					
						
						
							
							docs: change sizes of some headers and link to aur package  
						
						
						
						
					 
					
						2021-12-19 22:40:25 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							40578d9d5f 
							
						 
					 
					
						
						
							
							fix: use a rwmutex for aliases map  
						
						
						
						
					 
					
						2021-12-19 22:37:44 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							f81babe973 
							
						 
					 
					
						
						
							
							docs: remove extra newline after short description  
						
						
						
						
					 
					
						2021-12-19 22:19:36 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							f6ff6bb274 
							
						 
					 
					
						
						
							
							fix(hilbish.aliases): push list of aliases in all() function  
						
						
						
						
					 
					
						2021-12-19 12:54:15 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bcc249a4bd 
							
						 
					 
					
						
						
							
							feat: add aliases interface ( closes   #87  and  #86 )  
						
						... 
						
						
						
						500th commit!
adds the `hilbish.aliases` interface
it allows you to add, delete and get all aliases
there was also a slight refactor with alias resolving in this commit,
there is a single resolve function instead of duplicate code.
with consideration this could be exported to lua side,
but i see no reason for it 
						
						
					 
					
						2021-12-14 20:54:23 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							afa40dd1a1 
							
						 
					 
					
						
						
							
							docs: update readme with new description  
						
						
						
						
					 
					
						2021-12-14 10:19:11 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							fe8372379c 
							
						 
					 
					
						
						
							
							fix: make user dataDir on non linux the config dir  
						
						
						
						
					 
					
						2021-12-14 09:41:47 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2e4bea8292 
							
						 
					 
					
						
						
							
							refactor!: replace hilbish.xdg with hilbish.userDir  
						
						... 
						
						
						
						"xdg" is basically a linux specific thing and it acted linux specific also.
so replace that with a more portable and general "userDir" table
config is for the user's config directory and also defaults to xdg vars on linux.
data is a directory to store data, mostly for scripts.
on other oses beside linux, it is just the config directory for now 
						
						
					 
					
						2021-12-13 20:13:17 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							b920f7d7b1 
							
						 
					 
					
						
						
							
							docs: change the description for the hilbish module  
						
						
						
						
					 
					
						2021-12-13 17:32:55 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bcfbb20685 
							
						 
					 
					
						
						
							
							fix: dont export lua init  
						
						
						
						
					 
					
						2021-12-08 23:31:48 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							4dadfb0874 
							
						 
					 
					
						
						
							
							docs(contributing): fix sentence in making pr section  
						
						
						
						
					 
					
						2021-12-08 23:04:30 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							970fe43413 
							
						 
					 
					
						
						
							
							chore: remove newline between replace directives in module file  
						
						
						
						
					 
					
						2021-12-07 18:01:39 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							11aaa0cd36 
							
						 
					 
					
						
						
							
							feat: accept a function in complete  
						
						... 
						
						
						
						the `complete` function will now also accept a nested function in the table
for you to have more fine control over what is suggested and easily
filter specific things 
						
						
					 
					
						2021-12-07 17:58:56 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							6bff669abe 
							
						 
					 
					
						
						
							
							docs(bait): document catchOnce  
						
						
						
						
					 
					
						2021-12-07 17:41:41 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							c6edbc20af 
							
						 
					 
					
						
						
							
							style: dont explicitly set exitcode to 0 since its the default value  
						
						
						
						
					 
					
						2021-12-07 17:27:07 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							82b4fa5e7c 
							
						 
					 
					
						
						
							
							fix(docgen): revert "fix(docgen): trim trailing space from doc comments"  
						
						... 
						
						
						
						This reverts commit 3f1f6985119d73a00e9150d244fc108914e49de5.
removes the newlines, dont do this for now 
						
						
					 
					
						2021-12-07 17:08:25 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3f1f698511 
							
						 
					 
					
						
						
							
							fix(docgen): trim trailing space from doc comments  
						
						
						
						
					 
					
						2021-12-07 16:57:53 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3421f286f2 
							
						 
					 
					
						
						
							
							fix: remove index subdoc ( resolves   #84 )  
						
						
						
						
					 
					
						2021-12-07 16:24:55 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							bfc141f655 
							
						 
					 
					
						
						
							
							fix: add home to recent dirs when visited (cd with no args)  
						
						
						
						
					 
					
						2021-12-07 16:13:05 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2f809e398c 
							
						 
					 
					
						
						
							
							fix: use fork of go readline  
						
						
						
						
					 
					
						2021-12-06 20:56:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2ede1a195f 
							
						 
					 
					
						
						
							
							chore: remove test completion code  
						
						
						
						
					 
					
						2021-12-06 20:52:49 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							6653fa2e03 
							
						 
					 
					
						
						
							
							feat: add new readline lib  
						
						... 
						
						
						
						this is an almost 100% working readline implementation
in go, will add tab completion in another commit 
						
						
					 
					
						2021-12-06 20:48:16 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							5c6310b1ca 
							
						 
					 
					
						
						
							
							refactor: dont export functions and types  
						
						
						
						
					 
					
						2021-12-06 17:21:31 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							369ddcc100 
							
						 
					 
					
						
						
							
							chore: use correct version of hilbiline  
						
						
						
						
					 
					
						2021-12-06 17:19:22 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							eaaf17a792 
							
						 
					 
					
						
						
							
							fix: make table for args instead of using luar  
						
						
						
						
					 
					
						2021-12-06 16:32:42 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							f60f61e616 
							
						 
					 
					
						
						
							
							style: remove new line  
						
						
						
						
					 
					
						2021-12-06 16:26:51 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							28fcdb3122 
							
						 
					 
					
						
						
							
							fix: take care of readline segfault, update deps  
						
						
						
						
					 
					
						2021-12-06 16:24:25 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							4e2e8ddf94 
							
						 
					 
					
						
						
							
							fix: revert "fix: resize if terminal has been resized during running command and fix readline segfault"  
						
						... 
						
						
						
						This reverts commit d270e8f66b929163102998b0d0eaeeb811ca23c3.
causes breakage 
						
						
					 
					
						2021-12-06 16:07:23 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							d270e8f66b 
							
						 
					 
					
						
						
							
							fix: resize if terminal has been resized during running command and fix readline segfault  
						
						
						
						
					 
					
						2021-12-06 15:53:51 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							6ac4aa50b3 
							
						 
					 
					
						
						
							
							fix: check if interactive when handling signals  
						
						
						
						
					 
					
						2021-12-06 15:45:35 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2a71fb0075 
							
						 
					 
					
						
						
							
							fix!: change xdg config file to init.lua  
						
						
						
						
					 
					
						2021-12-06 15:42:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							51b1219003 
							
						 
					 
					
						
						
							
							feat(bait): add catchOnce function  
						
						
						
						
					 
					
						2021-12-04 17:59:19 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							dd45766bae 
							
						 
					 
					
						
						
							
							style: dont redeclare function param, just assign  
						
						
						
						
					 
					
						2021-12-04 17:56:45 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							144e158473 
							
						 
					 
					
						
						
							
							chore: remove unused function param  
						
						
						
						
					 
					
						2021-12-04 17:56:11 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							dedb8cbf76 
							
						 
					 
					
						
						
							
							chore: make typ a local  
						
						
						
						
					 
					
						2021-12-04 17:54:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							284d4e01a3 
							
						 
					 
					
						
						
							
							chore: rename f to fname in subdoc map (doesnt redefine f)  
						
						
						
						
					 
					
						2021-12-04 17:53:34 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3d36786cc7 
							
						 
					 
					
						
						
							
							chore: remove redundant returns  
						
						
						
						
					 
					
						2021-12-04 17:53:10 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							074c5f6766 
							
						 
					 
					
						
						
							
							fix: require lunacolors in preload  
						
						
						
						
					 
					
						2021-12-04 17:50:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							2e21af4d6b 
							
						 
					 
					
						
						
							
							refactor: use curuser to get homedir everywhere  
						
						
						
						
					 
					
						2021-12-01 18:31:04 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							effd028658 
							
						 
					 
					
						
						
							
							fix: substitution of home dir to ~ when names in path match it  
						
						... 
						
						
						
						fixes edge cases like `/mnt/home/user` 
						
						
					 
					
						2021-12-01 18:30:03 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							4a517bde5e 
							
						 
					 
					
						
						
							
							fix: remove handler when error in hook occurs  
						
						
						
						
					 
					
						2021-12-01 17:35:12 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							6a526dbbe4 
							
						 
					 
					
						
						
							
							fix: dont panic when error in bait hook occurs  
						
						
						
						
					 
					
						2021-12-01 17:30:06 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							3568b62219 
							
						 
					 
					
						
						
							
							style: use decl and assign operator instead of var and =  
						
						
						
						
					 
					
						2021-12-01 17:29:14 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							34778a4bdf 
							
						 
					 
					
						
						
							
							fix!: default SHLVL to 0 instead of 1  
						
						
						
						
					 
					
						2021-11-28 23:19:14 -04:00 
						 
				 
			
				
					
						
							
							
								TorchedSammy 
							
						 
					 
					
						
						
							
							
								
									
								
							
						
						
						
							
						
						
							ce0b2ab955 
							
						 
					 
					
						
						
							
							fix: dont print extra new line on ctrl+d in continue prompt  
						
						
						
						
					 
					
						2021-11-28 10:44:02 -05:00