index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shell_manager.hh
Age
Commit message (
Expand
)
Author
2023-12-26
Fix wrong name
Maxime Coste
2023-11-14
Make shell-script-candidates completer run in the background
Maxime Coste
2020-03-02
Expand env vars as list of strings
Maxime Coste
2018-08-29
Use shell specific quoting for env vars
Maxime Coste
2018-02-18
ShellManager: init from a static list of env vars
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2016-12-15
Use a POSIX guaranteed way of getting the shell path
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-04-17
Add support for env var name completion
Maxime Coste
2015-10-22
Wrap the shell params en env vars in a ShellContext struct
Maxime Coste
2015-09-03
Tweak headers in shell_manager.hh, no need for regex.hh
Maxime Coste
2015-09-03
Regex are overkill for shell manager env vars, we just need exact match or pr...
Maxime Coste
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-03-13
Change ShellManager to return both stdout and the return value in a pair
Maxime Coste
2015-03-09
ArrayView content is not const anymore
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-06-18
Add a %val{...} expand type
Maxime Coste
2014-05-05
Add '$' for keeping selections that passes a shell command
Maxime Coste
2014-04-21
Use StringView in shell manager
Maxime Coste
2014-04-07
Add support for querying client environement variables
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-04-17
ShellManager: env_var_regex is an implementation detail
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-02-18
Fix class/struct mismatches
Maxime Coste
2012-09-09
Add support for shell script parameters
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-06-25
ShellManager environment variable use a regex instead of an exact match
Maxime Coste
2012-05-29
Restore piping support.
Maxime Coste
2012-05-29
ShellManager::eval now takes an additional env_var map
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
Maxime Coste