index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
/
search.cc
Age
Commit message (
Expand
)
Author
2024-06-20
de-inheritance CmdSearch for InstallableValueCommand
Qyriad
2024-03-04
Merge pull request #9481 from iFreilicht/disallow-nix-search-without-search-t...
eldritch horrors
2023-07-31
Move evaluator settings (type and global) to separate file/header
John Ericson
2023-03-16
Move value-only methods to `InstallableValue`
John Ericson
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-02
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-01-31
Fix extra "." in CmdSearch::getDefaultFlakeAttrPaths
dramforever
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-06-20
Fix arity of `--exclude` flag in `nix search`
Fishhh
2022-06-07
Remove redundant `std::move`s in calls to `hiliteMatches`
Fishhh
2022-06-07
Add `--exclude` flag to `nix search`
Fishhh
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-21
Move hiliteMatches into a separate header
Eelco Dolstra
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-01-24
hiliteMatches(): Style fixes, pass more stuff by reference
Eelco Dolstra
2022-01-21
Move hilite_all into libutil and rename it to hiliteMatches
Fishhh
2022-01-20
Make `hilite_all` take an iterator of matches instead of a vector.
Hubert Głuchowski
2022-01-19
Make `nix search` highlight all matches of a regex
Hubert Głuchowski
2022-01-19
Make `nix search` highlight all regexes
Hubert Głuchowski
2021-09-22
Disable IFD selectively
Eelco Dolstra
2021-02-03
Always enter first level of attrset in nix search
Matthew Bauer
2020-12-21
Add 'nix search' manpage
Eelco Dolstra
2020-10-09
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-25
stdout_ -> cout
John Ericson
2020-09-04
Merge remote-tracking branch 'upstream/master' into fix-and-ci-static-builds
John Ericson
2020-08-07
Make --no-eval-cache a global setting
Eelco Dolstra
2020-07-30
Merge remote-tracking branch 'origin/master' into fix-and-ci-static-builds
Matthew Bauer
2020-06-04
nix flake init: Add a '--template' flag
Eelco Dolstra
2020-05-07
Update src/nix/search.cc
Eelco Dolstra
2020-05-06
nix/search: no error for empty search results if json is enabled
Jörg Thalheim
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-04-27
nix search: Search legacyPackages recursively
Eelco Dolstra
2020-04-24
nix search: Show version
Eelco Dolstra
2020-04-20
Revive 'nix search'
Eelco Dolstra
2020-04-16
Add 'nix flake show' command
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-10-10
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-09
nix search: Don't quietly ignore errors
Eelco Dolstra
2019-10-07
nix search: remove verbose example
Sam Doshi
2019-06-18
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-04-08
nix: Make -f work for compatibility
Eelco Dolstra
2018-07-27
search: include version
Will Dietz
2018-07-02
search.cc: improve UX for `nix search`
Maximilian Bosch
2018-04-18
Allow multiple search experssions in nix search
Daniel Poelzleithner
2018-03-13
Merge pull request #1906 from dtzWill/fix/nix-search
Shea Levy
2018-02-25
nix search: explicitly handle empty search string, fixes #1893
Will Dietz
[next]