8a5dd0f421
								
							 
						 
						
							Make saturnin subcommand more portable 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								bdf9fa038f
								
							 
						 
						
							Update TFKit to v0.0.5 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								a95b417e33
								
							 
						 
						
							Fix problems introduced by SC zealotry 
							
							
 *  dmenu really needs to have the arguments split,
 *  and uris use cat to enable support for - as STDIN 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								4adca933c7
								
							 
						 
						
							Die ASAP if ffoom could not be sourced 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								43e2bca3a0
								
							 
						 
						
							Remove get_i3_wsname 
							
							
Workspace-based choice was not really that useful, so removing to get
rid of jq dependency 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								6e128ebffd
								
							 
						 
						
							Apply ShellCheck advice 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								a59d6491e2
								
							 
						 
						
							Fix and simplify kw/query code 
							
							
Old code had problems with trailing space--which did not manifest itself
until now when I tried to use infix query (e.g. 'foo%sbar' would always
result in space after '%s').
Turns out that `read` with multiple variables splits the line just as we
need it with no extra leading/trailing junk. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								5f89128723
								
							 
						 
						
							Fortify against missing parameters 
							
							
If user does not provide mandatory parameter, `shift 2` will fail but
will not shift anything, resulting in infinite loop. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								3d428f5dbc
								
							 
						 
						
							Update TFkit to v0.0.4 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								da6c7f6cb6
								
							 
						 
						
							Update Mkit to v0.0.1 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								c825d0bbde
								
							 
						 
						
							Use mkhelp to print help message 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								afc1849ed2
								
							 
						 
						
							Update .gitignore for new mkit 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								f0e25b819a
								
							 
						 
						
							Update mkit to version from fastfoo 0.7.0+master.gee9d709 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								00d8bca55f
								
							 
						 
						
							Move 'uba' to saturnin as new command: xuris 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								9da376f256
								
							 
						 
						
							Rename saturnin_common to saturnin_meta 
							
							
The routines are all basically related to the meta-command functions. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								f80dd649d1
								
							 
						 
						
							Update mkit to version from fastfoo 0.7.0+master.g7e6e358 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								37d9ce75ab
								
							 
						 
						
							Update TFKit to version v0.0.3 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								3c090e3d53
								
							 
						 
						
							Update TFKit to v0.0.2 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								6fc6ce31d7
								
							 
						 
						
							Rename saturnin-www to saturnin-uris 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								04dfabd117
								
							 
						 
						
							Move inigrep prefix setting to saturnin-www 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								c2b98de96a
								
							 
						 
						
							Pre-pend public routine 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								1c7528ff0b
								
							 
						 
						
							Remove excess lines 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								8e0518916e
								
							 
						 
						
							Sort alphabetically 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								e3c8f75b93
								
							 
						 
						
							merge converters into filters 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								033b3902a7
								
							 
						 
						
							Use more convenient routine and file names 
							
							
Make them shorter but also sortable (ie. 'conv' for converters, 'flt'
for filters.) 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								949fabac52
								
							 
						 
						
							Use qualified function names 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								76ff9bc658
								
							 
						 
						
							Rename magic URI scanning module 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								e4c07d4d3c
								
							 
						 
						
							Remove obsolete tfkit.mk 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								256d6f51f7
								
							 
						 
						
							Allow overriding generator, selector and consumer on command line 
							
							
Allow overriding each of the essential parts at CLI, in which case do
not load them from INI. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								f62beee810
								
							 
						 
						
							Update to new tfkit (g122272a) 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								b70544ba19
								
							 
						 
						
							Update tfkit from Fastfoo 0.7.0+master.g8c72a9c 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								1676434acb
								
							 
						 
						
							Update mkit from Fastfoo 0.7.0+master.g8c72a9c 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								78d51c25a3
								
							 
						 
						
							Simplify command validation and help 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								a6d548ce10
								
							 
						 
						
							Remove unused internal hooking code 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								0820809492
								
							 
						 
						
							Use common hook mechanism for logging and status change announcing 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								d4b9abeaaf
								
							 
						 
						
							Add new 'menu' sub-command 
							
							
New command allows to define flexible menus in INI files.
Single INI root now contains all menu definitons.  Each menu consists of
item generator, selector and consumer, which are checked and chained
together.
Alternatively to specifying a generator, items can be listed right in
the INI section. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								a13a0c9ee1
								
							 
						 
						
							Do not wrap every subcommand 
							
							
Sub-commands in libexec must use saturnin_wraphook if they want pre/post
hook, or may use saturnin_runhook to run their own hooks as they wish. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								cf82cfa5f1
								
							 
						 
						
							Move pre-post-hook wrapping code to a routine 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								6abb8c6621
								
							 
						 
						
							Move common saturnin routines to a module 
							
							
This module is intended to be moved around with saturnin, but unlike
main meta-command (bin/saturnin.skel), it should not be necessary to
rename it or edit to adapt to new project. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								066c22b204
								
							 
						 
						
							Fortify hook routine 
							
							
Add checks for syntax errors and missing SATURNIN_SUBCOMMAND.  In both
cases, ignore the hook. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								89b98a72f9
								
							 
						 
						
							Update forgotten layout setting command 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								c80c7d4a00
								
							 
						 
						
							Use inigrep__mkpath to assemble FFOO_INIGREP_PATH 
							
							
Minimize the "built part" and code repetition among saturnin "clones". 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								ad3a74047a
								
							 
						 
						
							Move colon delimiting to generator 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								10281e34c2
								
							 
						 
						
							Fix argument debug 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								e138ad678b
								
							 
						 
						
							Add query subcommand (only is_muted supported so far) 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								a1d856c956
								
							 
						 
						
							Avoid using multi-line values for style items 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								1303a48cfa
								
							 
						 
						
							Add internal (plumbing) ffrun wrapper 
							
							
To allow for experimenting with functions from embedded library. 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								7f630aeb92
								
							 
						 
						
							Add internal (plumbing) commands from ffoom 
							
							
This should help test and manage embedded Fastfoo library 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								b2eb405f21
								
							 
						 
						
							Fix confusing docstring 
							
							
						 
						10 years ago  
				
					
						
							
								 
						
							
								4494cc4dad
								
							 
						 
						
							Move clip selection to separate function 
							
							
						 
						10 years ago