Libelektra: Problema con la instalación de brew en ubuntu 16

Creado en 30 jul. 2019  ·  16Comentarios  ·  Fuente: ElektraInitiative/libelektra

Pasos para reproducir el problema

eduardo@eduardo-Inspiron-7472:~$ date
Ter Jul 30 07:46:33 -03 2019
eduardo@eduardo-Inspiron-7472:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:    16.04
Codename:   xenial
$ brew install elektra
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
aws-google-auth     hlint               ncdc                spin
aws-okta            hugo                omniorb             supervisor
cfn-lint            kim-api             openkim-models      tesseract
conan               lean-cli            parallel            unrtf
diamond             libdazzle           pdfcrack            valgrind
duck                liblcf              png++               vitetris
exploitdb           libtrace            pony-stable         wandio
fluxctl             memcached           schismtracker       wxmaxima
gatsby-cli          monkeysphere        serverless          x11vnc
gitg                msitools            solr

==> Downloading https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.26.tar.gz
Already downloaded: /home/eduardo/.cache/Homebrew/downloads/9b3f4a8687a4ca17fbdcf3ad47b5801411ef9597313652cc087f7969622c67fe--elektra-0.8.26.tar.gz
==> cmake .. -DBINDINGS=cpp -DTOOLS=kdb; -DPLUGINS=NODEP -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26 -DCMAKE_B
==> make install
Last 15 lines from /home/eduardo/.cache/Homebrew/Logs/elektra/02.make:
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/mountpoint-info
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/mount-list-all-files
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/check-env-dep
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/install-sh-completion
-- Installing: /usr/share/bash-completion/completions/kdb
CMake Error at scripts/cmake_install.cmake:137 (file):
  file INSTALL cannot copy file
  "/tmp/elektra-20190730-9068-1qp1wxo/elektra-0.8.26/scripts/kdb-bash-completion"
  to "/usr/share/bash-completion/completions/kdb".
Call Stack (most recent call first):
  cmake_install.cmake:48 (include)


Makefile:76: recipe for target 'install' failed
make: *** [install] Error 1

READ THIS: https://docs.brew.sh/Troubleshooting
bug lanruby

Comentario más útil

$ brew install elektrainitiative/elektra/elektra --with-dep-plugins
==> Installing elektra from elektrainitiative/elektra
==> Downloading https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.26.tar.gz
Already downloaded: /home/eduardo/.cache/Homebrew/downloads/9b3f4a8687a4ca17fbdcf3ad47b5801411ef9597313652cc087f7969622c67fe--elektra-0.8.26.tar.gz
==> cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1 -DBINDINGS='cpp' -DTOOLS='kdb;gen' -DPLUGINS='NODEP;augeas;dbus;gitresolver;tcl;yajl;yamlcpp
==> make install
==> Caveats
Bash completion has been installed to:
  /home/eduardo/.linuxbrew/etc/bash_completion.d
==> Summary
🍺  /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1: 2,045 files, 43.8MB, built in 2 minutes 23 seconds

Todos 16 comentarios

¿Puede comprobar si la confirmación eb4da7e3 corrige el error?

~$ brew update
Updated 1 tap (elektrainitiative/elektra).
==> Updated Formulae
elektrainitiative/elektra/elektra
eduardo@eduardo-Inspiron-7472:~$ date
Ter Jul 30 08:11:12 -03 2019
eduardo@eduardo-Inspiron-7472:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.6 LTS
Release:    16.04
Codename:   xenial
eduardo@eduardo-Inspiron-7472:~$ brew install elektra
==> Downloading https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.26.tar.gz
Already downloaded: /home/eduardo/.cache/Homebrew/downloads/9b3f4a8687a4ca17fbdcf3ad47b5801411ef9597313652cc087f7969622c67fe--elektra-0.8.26.tar.gz
==> cmake .. -DBINDINGS=cpp -DTOOLS=kdb; -DPLUGINS=NODEP -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26 -DCMAKE_B
==> make install
Last 15 lines from /home/eduardo/.cache/Homebrew/Logs/elektra/02.make:
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/mountpoint-info
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/mount-list-all-files
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/check-env-dep
-- Installing: /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26/lib/elektra/tool_exec/install-sh-completion
-- Installing: /usr/share/bash-completion/completions/kdb
CMake Error at scripts/cmake_install.cmake:137 (file):
  file INSTALL cannot copy file
  "/tmp/elektra-20190730-21584-dkbr3u/elektra-0.8.26/scripts/kdb-bash-completion"
  to "/usr/share/bash-completion/completions/kdb".
Call Stack (most recent call first):
  cmake_install.cmake:48 (include)


Makefile:76: recipe for target 'install' failed
make: *** [install] Error 1

READ THIS: https://docs.brew.sh/Troubleshooting

¿Como esto?

$ brew install elektrainitiative/elektra/elektra --with-dep-plugins
==> Installing elektra from elektrainitiative/elektra
==> Downloading https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.26.tar.gz
Already downloaded: /home/eduardo/.cache/Homebrew/downloads/9b3f4a8687a4ca17fbdcf3ad47b5801411ef9597313652cc087f7969622c67fe--elektra-0.8.26.tar.gz
==> cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1 -DBINDINGS='cpp' -DTOOLS='kdb;gen' -DPLUGINS='NODEP;augeas;dbus;gitresolver;tcl;yajl;yamlcpp
==> make install
==> Caveats
Bash completion has been installed to:
  /home/eduardo/.linuxbrew/etc/bash_completion.d
==> Summary
🍺  /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1: 2,045 files, 43.8MB, built in 2 minutes 23 seconds

Después de eso, el comando kdb no está disponible:

$ kdb
O programa 'kdb' não está instalado no momento. Você pode instalá-lo digitando:
sudo apt install elektra-bin
eduardo@eduardo-Inspiron-7472:~$ brew install elektrainitiative/elektra/elektra --with-dep-plugins
Warning: elektrainitiative/elektra/elektra 0.8.26_1 is already installed and up-to-date
To reinstall 0.8.26_1, run `brew reinstall elektra`
eduardo@eduardo-Inspiron-7472:~$ kdb
O programa 'kdb' não está instalado no momento. Você pode instalá-lo digitando:
sudo apt install elektra-bin
eduardo@eduardo-Inspiron-7472:~$ brew reinstall elektra
==> Reinstalling elektrainitiative/elektra/elektra --with-dep-plugins
==> Downloading https://www.libelektra.org/ftp/elektra/releases/elektra-0.8.26.tar.gz
Already downloaded: /home/eduardo/.cache/Homebrew/downloads/9b3f4a8687a4ca17fbdcf3ad47b5801411ef9597313652cc087f7969622c67fe--elektra-0.8.26.tar.gz
==> cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1 -DBINDINGS='cpp' -DTOOLS='kdb;gen' -DPLUGINS='NODEP;augeas;dbus;gitresolver;tcl;yajl;yamlcpp
==> make install
==> Caveats
Bash completion has been installed to:
  /home/eduardo/.linuxbrew/etc/bash_completion.d
==> Summary
🍺  /home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1: 2,045 files, 43.8MB, built in 2 minutes 9 seconds
eduardo@eduardo-Inspiron-7472:~$ kdb
O programa 'kdb' não está instalado no momento. Você pode instalá-lo digitando:
sudo apt install elektra-bin
eduardo@eduardo-Inspiron-7472:~$ date
Ter Jul 30 08:29:26 -03 2019

Gracias por la rápida respuesta. Como notó, la fórmula de homebrew-core / linuxbrew-core aún no se ha corregido.

Después de eso, el comando kdb no está disponible ...

¿Puedes agregar la salida de los comandos?

brew ls --verbose elektra

y

ls $HOME/.linuxbrew/bin

¿debajo?

@ markus2330 ¿ INSTALL_SYSTEM_FILES por defecto? De esta forma no tendríamos que cambiar la fórmula de Homebrew, y el problema se solucionaría tan pronto como lancemos una nueva versión de Elektra.

$ brew ls --verbose elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/bin/kdb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/README.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-opts.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-opts.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-error.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-type.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-glob.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-hosts.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-multifile.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_ub_x.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check-env-dep
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_line
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_conflict
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/list-tools
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_key
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_meta
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_mergecases
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_namespace
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_kdb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_race
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/example-xorg
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_csvstorage
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_base64
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/elektra-mount
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_keyhelper
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_mini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_ks
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_backend
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_key
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_operation
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_import
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/update-snippet-repository
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_hexcode
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_comparison
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/elektrify-getenv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_splitget
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_ks_opmphm
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_automergestrategy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_simple
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_backend
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_contextual_basic
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_contextual_policy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_merge
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_globbing
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/upgrade-bootstrap
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_plugindatabase
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_mountsplit
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_size
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/generate_data
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_keyname
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_contextual_thread
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_ccode
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_args
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_iter_name
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_distribution
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mount-list-all-files
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_order
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_uname
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testabi_meta
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_fcrypt
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/umount-all
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_opmphm_predictor
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_pluginspec
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mount-openicc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_newkeystrategy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_lineendings
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mountpoint-info
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_cachefilter
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_enum
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/install-sh-completion
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_type
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_utility
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/convert-users
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/convert-fstab
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/restore
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_highlevel
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_list
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_specreader
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_trie
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_meta
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_mergeresult
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_simpleini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_yamlsmith
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_storage
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_umount
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mount-kde
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_contextual_nocontext
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_doc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_rename
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_basic
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_template
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_splitset
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_hexnumber
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_opts
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_mount
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/elektrify-open
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_nested
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mount-augeas
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_iter
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_ksget
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_passwd
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/change-storage-symlink
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_glob
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_resolver
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_get_set
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/convert-inittab
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_contextual_update
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_internal
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_mathcheck
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_ni
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/run_all
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_proposal
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/backup
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_error
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_spec
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/elektra-merge
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_allplugins
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testabi_key
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testkdb_error
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/benchmark-createtree
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_mozprefs
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testabi_ks
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/stash
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_external_example_highlevel
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_plugin
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/convert-hosts
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_conditionals
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_fstab
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_cpptemplate
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/elektra-umount
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_validation
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_real_world
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_iterate
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/mount-info
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_backendbuilder
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_directoryvalue
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/ffconfig/setupHomepage
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/ffconfig/setupConfig
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/ffconfig/setupProxy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/ffconfig/writeConfigFiles
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_resolver
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_mount
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_split
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_array
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_network
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_boolean
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_blockresolver
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_file
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_kdb_internal_check
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testcpp_keyio
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_dump
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_internalnotification
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_meta
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_keytometa
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_mergingkdb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_metamergestrategy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_onesidestrategy
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_export
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testabi_rel
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_kdb_internal_suite
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/change-resolver-symlink
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/find-tools
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_hosts
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_camel
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/configure-firefox
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_backendparser
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testmod_ipaddr
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_opmphm
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/test_ks
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/testtool_samemountpoint
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_spec
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/tool_exec/check_external_example
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_xhp_x.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-wresolver.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_xb_x.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-conditionals.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-ccode.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-ni.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-camel.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-template.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-list.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_uhb_xb.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_pb_b.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-validation.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-syslog.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-counter.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-desktop.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-rename.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-mozprefs.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-sync.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_xp_x.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-noresolver.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-mathcheck.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-simplespeclang.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-hidden.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-simpleini.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-cpptemplate.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-passwd.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_hp_b.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-boolean.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-uname.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-required.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-hexcode.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-c.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-ini.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-enum.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_b_b.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-shell.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-internalnotification.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-regexstore.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-iterate.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_hpu_b.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-spec.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-cachefilter.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-mini.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-timeofday.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-constants.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-keytometa.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-dpkg.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-storage.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-csvstorage.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-lineendings.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-fcrypt.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-profile.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-blockresolver.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-network.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-resolver_fm_hb_b.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-path.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-hexnumber.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-fstab.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-doc.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-line.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-ipaddr.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-directoryvalue.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-tracer.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-file.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-struct.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-dump.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-null.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-yamlsmith.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-base64.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-dini.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/elektra/libelektra-logchange.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-proposal.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-notification.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-io.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-globbing.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-invoke.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-io.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-invoke.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-highlevel.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-proposal.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-meta.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-core.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-kdb.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-plugin.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-notification.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-kdb.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-plugin.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektratools.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-highlevel.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-utility.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-kdb.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-opts.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/cmake/Elektra/ElektraConfigVersion.cmake
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/cmake/Elektra/ElektraTargetsLibelektra.cmake
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/cmake/Elektra/ElektraTargetsLibelektra-release.cmake
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/cmake/Elektra/ElektraConfig.cmake
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-proposal.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-utility.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-invoke.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-ease.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-globbing.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-ease.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-utility.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-pluginprocess.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-globbing.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektratools.so.2
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-io.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-core.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-pluginprocess.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-meta.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektratools.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-ease.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/pkgconfig/elektra-io.pc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/pkgconfig/elektra.pc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/pkgconfig/elektra-notification.pc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/pkgconfig/elektra-highlevel.pc
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-pluginprocess.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-plugin.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-meta.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-highlevel.so.0.8.26
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-core.so.4
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/lib/libelektra-notification.so
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbtimer.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra/types.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra/errors.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra/conversion.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra/error.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra/errorcodes.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/keyio.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/threewaymerge.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/importmergeconfiguration.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergeconfiguration.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergetask.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/automergeconfiguration.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/onesidemergeconfiguration.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/metamergestrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/onesidestrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/overwritemergeconfiguration.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergingkdb.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergeconflict.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergeresult.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/interactivemergestrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/newkeystrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/mergeconflictstrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/automergestrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/merging/onesidevaluestrategy.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbio.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbvalue.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbhelper.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/plugindatabase.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/toolexcept.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/elektra.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbopts.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbprivate.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/keysetget.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/keyexcept.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbthread.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbplugin.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/key.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/plugin.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbextension.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbio.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbmeta.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbplugin.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/backendparser.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/pluginspec.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbos.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbcontext.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbinvoke.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbproposal.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/helper/keyhelper.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/helper/comparison.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/specreader.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbexcept.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbutility.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbpluginprocess.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdb.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbmodule.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/modules.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/backend.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/backends.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbnotification.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbversion.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/keysetio.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdb.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/keyset.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbease.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/plugins.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbtypes.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/backendbuilder.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/include/elektra/kdbconfig.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/.brew/elektra.rb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/README.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/visit.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/template.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/visit_context.cpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/template.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/lift.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/util.c
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/util.cpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/template.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/template.man
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/genopt.h
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/context_static.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/nested.hpp
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/templates/genopt.c
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.dump
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.ni
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.simpleini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.yajl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.simpleini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.xmltool
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.simpleini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.ni
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.yajl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.yajl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.ni
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.tcl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.tcl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.tcl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.xmltool
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.dump
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.xmltool
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.dump
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/one_value.simpleini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/three_value.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.dump
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.tcl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/again_two_value.xmltool
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.ni
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/shell/two_value.yajl
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/file/multiline
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/file/singleline
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/mozprefs/prefs.js
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/lineendings/valid2
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/lineendings/invalid
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/lineendings/valid1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/lineendings/inconsistent
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/complexIn.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/arrayInsertIn.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/sectionmerge.output
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/insertTest.input.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/plaininireverse
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/complexOut.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/arrayInsertOut.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/bracketQuoteOut.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/emptySectionBugTest
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/testCommentMeta.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/insertTest.output.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/plainini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/multilineini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/emptyval
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/array.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/sectionini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/sectionmerge.input
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/emptyLines
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/writeCommentMeta.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/ini/commentini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/unescapedQuote.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/exporttest.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/complicated.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/invalid_columns.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/valid.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/valid_empty_col.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/csvstorage/invalid_columns_header2.csv
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-comments
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-mixed
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-read-simple
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-duplicate
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-write-simple
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-duporder
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/hosts/hosts-invalid
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/line/linetest
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/fstab/fstab
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/fstab/fstab-write
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/camel/simple.yaml
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/camel/camel.abnf
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/mini/write.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/mini/read.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/passwd/passwd_out
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/passwd/passwd_in
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/blockresolver/test.block
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/elektra/test_data/blockresolver/compare.block
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/fish/vendor_completions.d/kdb.fish
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/zsh/site-functions/_kdb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-complete.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-find-tools.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-gen.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-file.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-editor.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-rm.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-mv.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-fstab.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-convert.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-change-storage-symlink.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-test.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-backup.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-remount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-rmmeta.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-set.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-ls.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-introduction.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-shell.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-global-mount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-mount-list-all-files.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-restore.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-check.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-list-commands.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-setmeta.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-merge.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-import.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-mountpoint-info.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-getmeta.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-spec-mount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-lsmeta.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-umount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-help.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-get.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-list-tools.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-sget.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-vset.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-global-umount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-change-resolver-symlink.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-list.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-mount.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-info.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-stash.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-export.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-check-env-dep.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-find.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man1/kdb-cp.1
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-spec.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-related.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-namespaces.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-contracts.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-key-names.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-bootstrapping.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-backends.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-metadata.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-faq.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-libs.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-introduction.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-granularity.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-glossary.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-merge-strategy.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-semantics.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-plugins.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-values.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-hierarchy.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-sync-flag.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-mounting.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man7/elektra-cascading.7
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-07-28_0_8_7_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testlib_pluginprocess.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backend.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_cmake_spec_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_typechecker_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_BackendBuilderInit.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_details_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_markdownlinkconverter_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/benchmark_plugins.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_VaAlloc.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_SetPolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_iterate_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbvalue.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_SECURITY_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_PluginAdder.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidemergeconfiguration.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_newkeystrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backend.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_gitresolver_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_cryptograhic_key_handling_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_bootstrap_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/opts.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/notification.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_DefaultGetPolicy.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbobsolete.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backends.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_path_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-change-storage-symlink_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-check-env-dep_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_distinction_use_cases_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Command.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-list_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/ev.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_array_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_error.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-mounting_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ruby_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/static.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_ErrorPlugins.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/ease_keyname.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/internal.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_date_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-values_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_Backends.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_BackendBuilder.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_command-line-options_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_GIT_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_convert_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-12-02_0_8_10_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_haskell_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_ModulesPluginDatabase.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_elektra_web_recursive_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_cachefilter_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_high_level_api_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_template_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugin.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/owner.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_LockPolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_profile_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_hello-elektra_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/markdownlinkconverter.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugin.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbextension.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_fcrypt_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/src_libs_getenv_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-stash_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_SetPlugins.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/conversion.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_counter_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugins.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-related_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_PluginSpecHash.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_ImportExportBackend.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_edit_user_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_classes_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_arrays_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2015-04-03_0_8_11_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-convert_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-hierarchy_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_enum_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbio.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_simpleini_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_PerContext.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_BackendInterface.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-introduction_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_BackendInfo.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-mv_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/src_libs_highlevel_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_MockPluginDatabase.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_ValueObserver.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbopmphmpredictor.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Key.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugin.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-file_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_libs_elektra_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/examples_backend.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbio.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-merge-strategy_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-list-tools_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/error.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_internalnotification_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_NameIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_noresolver_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Layer.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyset.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_mmapstorage_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2015-07-13_0_8_12_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeconflictstrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_backend.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ipaddr_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_images_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbio_doc.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_application-integration_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-06-14_0_8_17_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ini_crash_test_crash_test.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_Plugin.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_paper_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-semantics_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbmacros.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_null_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_error-handling_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-find_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_reference_examples_alternative_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-backends_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_architecture_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_setup_instance_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidevaluestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_KeySetIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-granularity_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_boolean_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyset.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/proposal.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_unit_testing_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/newkeystrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/dbus.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-change-resolver-symlink_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_ToolException.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/src_libs_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_zeromqsend_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_logchange_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_hexnumber_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_pubsub_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_search_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_BackendFactory.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_import_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_view_config_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_value.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_regexstore_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_doc_dev_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_keyhelper.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbexcept.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-04-29_0_8_16_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2018-11-18_0_8_25_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testlib_notification.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_create_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbthread.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-fstab_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-12-17_website_release_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_crypto_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_backendbuilder.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_base64_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/nolog.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testio_doc.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/src_backend.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_plugins-ordering_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-merge_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_simplespeclang_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2017-03-18_lcdproc_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-global-mount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-complete_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_reference_examples_complex_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/benchmark_crypto_comparison.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_relative_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbos.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_cpptemplate_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergingkdb.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-09-02_0_8_8_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_BIGPICTURE_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_script_testing_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_zeromqrecv_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/newkeystrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_mergecases.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mount.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_BUILDSERVER_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_VERSION_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/interactivemergestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_AUTHORS_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/trie.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_merge_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_authenticate_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yamlcpp_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_Elektra.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/uv.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-metadata_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/comparison.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_Modules.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/threewaymerge.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-test_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/modules.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_merging_MergingKDB.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/array.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2018-05-13_0_8_23_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbinternal.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_dbus_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_global_validation_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/automergestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_lua_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbiotest.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_augeas_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-mount-list-all-files_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_journald_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_edit_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_mozprefs_autoconfig_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_adding_keys_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-namespaces_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_reset_password_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/dl.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_Plugins.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugindatabase.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_ThreadSubject.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-spec-mount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-lsmeta_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeresult.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backendbuilder.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_resolver_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/pluginspec.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbopts.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-global-umount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeconflict.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-02-16_0_8_15_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_regexdispatcher_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_MountBackendInterface.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_Plugin.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_doc_paper_paper.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbio.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-09-17_0_8_18_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergetestutils.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_xerces_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_python_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_ObserverPolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_vendor_spec_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_undo_redo_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-rm_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_key_validation_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/interactivemergestrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_csvstorage_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_xmltool_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_lineendings_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbproposal.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_IDEAS_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-restore_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ni_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/exportsymbols.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/glib.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_internal_cache_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_plugindatabase.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_uname_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_process_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keysetio.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/toolexcept.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/key.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backendbuilder.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_range_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-bootstrapping_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_hexcode_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-ls_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergingkdb.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_KDB.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_data-structures_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_file_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbtimer.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_elektra-merge-integration_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_mathcheck_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_umount.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_doc_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_Key.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_cascading_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_dbusrecv_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_desktop_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_error_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/scripts_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_java-kdb_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yanlr_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Context.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_holes_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_namespaces_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_notifications_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/zeromq.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-sget_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_TESTING_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-11-04_0_8_9_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keymeta.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_MountBackendBuilder.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/meta.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ini_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-help_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/modules.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/src_plugins_README_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/pluginprocess.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_GlobalPluginsBuilder.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2016-11-22_0_8_19_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_hosts_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-cascading_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/invoke.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_bool_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-set_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2018-08-18_0_8_24_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_drag_n_drop_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_KeySet.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbmeta.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_spec_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/invoke.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/try_compile_zeromq.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_python-kdb_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_dpkg_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyhelper.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbcontext.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Wrapped.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-editor_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_default_values_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_mount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_fstab_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_specification_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_GetPolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/modules.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/split.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbhelper.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-sync-flag_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/key.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_algorithm_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_snippet-sharing-rest-service_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yajl_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/zeromq.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_KeyNameIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbmodule.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_mergingkdb.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yaypeg_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_comparison.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yambi_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_rename_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_logging_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/importmergeconfiguration.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_mini_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-vset_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/deprecated.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_metadata_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_camel_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/opmphm.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backendparser.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_CODING_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_automergestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_timeofday_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbplugin.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_shell_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_dump_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-mount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_tracer_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/importmergeconfiguration.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yamlsmith_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_modifying_keys_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/automergeconfiguration.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_GlobalPlugins.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/meta.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_mozprefs_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidemergeconfiguration.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_download_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_KeySet.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/DocOperationData.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/io_doc.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-info_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_delete_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_GetPlugins.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_sync_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidestrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyexcept.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbrand.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/io.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/highlevel.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/try_compile_dbus.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-glossary_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news__preparation_next_release_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/org_libelektra_KDB.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbassert.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/SomeIoLibHandle.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_validation_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-umount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2017-12-22_0_8_21_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_network_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_capabilities_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_keytometa_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyset.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-06-21_0_8_6_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_WHY_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_validation_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/key.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbopmphm.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keysetget.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_wresolver_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_list_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_null_pointer_checks_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keytest.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_hidden_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_compilation-variants_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_passwd_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugin_plugin.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_doc_tutorials_validation.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2015-09-17_0_8_13_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-faq_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_deferred_plugin_calls_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_c_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_doc_tutorials_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/OpmphmEdge.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2017-10-31_0_8_20_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugins.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-list-commands_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-import_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backendparser.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_required_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_duplicate_snippet_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_library_split_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/Opmphm.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_DefaultSetPolicy.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyhelpers.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_api_documentation_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/DocBindingData.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/proposal_proposal.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_pluginspec.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_Backend.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbplugin.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_struct_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_keyname.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbioprivate.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_ccode_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-setmeta_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/specreader.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbprivate.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keymeta.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-export_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_dini_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_KeySetReverseIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-getmeta_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_type_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_SerializeInterface.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_gpgme_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_SpecBackendBuilder.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbglobal.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_NameReverseIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/metamergestrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_global_plugins_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/api.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/onesidevaluestrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeconfiguration.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/pluginspec.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/automergestrategy.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_conversion.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbtypes.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-get_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/opmphmpredictor.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_INSTALL_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_GOALS_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_filecheck_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-mountpoint-info_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeresult.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/plugindatabase.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_cmake_plugins_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-remount_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/backends.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_onesidestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/log.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_PluginDatabase.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_dev_plugins-framework_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_mergeresult.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyvalue.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_metamergestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergeconflictstrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_Coordinator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyhelper.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_constants_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_template_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_plugin_variants_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbioplugin.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/overwritemergeconfiguration.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_template_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_semlock_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_SpecReader.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_tools_PluginSpec.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/mergetask.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_elektra_web_UC_finding_keys_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-contracts_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_export_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_directoryvalue_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_elektra_web_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_DESIGN_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/automergeconfiguration.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-introduction_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-key-names_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/dbus.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_specreader.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdblogger.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_empty_files_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_samemountpoint.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbenum.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyvalue.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_python2_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_syslog_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/overwritemergeconfiguration.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2014-10-22_augeas_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_array_value.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_tcl_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-check_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_blockresolver_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-cp_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/globbing.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/std_hash_ kdb_Key _.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_elektra-spec_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2018-03-27_0_8_22_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_conditionals_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/functional.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_search_user_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_tutorials_plugins_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_ContextPolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/threewaymerge.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/comparison.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/metamergestrategy.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keytest.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-backup_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_WritePolicyIs.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_logging_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_KeySetIterator.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-shell_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbnotification.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/rand.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_line_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbnotificationinternal.h.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_iconv_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_help_kdb-rmmeta_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_decisions_global_keyset_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_curlget_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_multifile_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/global.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/testtool_backendparser.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyio.hpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdb_none_t.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_plugin.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/kdbnotification.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_usecases_snippet_sharing_UC_register_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_reference_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/merging.cpp.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_COMPILE_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_yawn_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_crypto_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_glob_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/elektra_proposal.c.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/doc_news_2015-11-19_0_8_14_md.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/keyname.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_bindings_io_doc_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/man/man3/md_src_plugins_jni_README.3elektra
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/AUTHORS.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/BIGPICTURE.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/WHY.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/NEWS.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/GOALS.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/CONTRACT.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/METADATA.ini
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/LICENSE.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra/SECURITY.md
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_semlock_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-key-names_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_validation_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8c63f51f75cb100ff6f7d5c0d6921434.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/overview_libs.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_cryptograhic_key_handling_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_doc_dev_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_0dccb2a87459485a5386311080860235.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_3db951d3fa97814f0bd23d8d9237b403.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Plugin.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_command-line-options_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_rename_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1PerContext.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_type.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ni_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__kdbnotification.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interfaceorg_1_1libelektra_1_1Elektra-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interactivemergestrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1DefaultGetPolicy-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_default_values_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keysetio_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_file_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1WritePolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4ed5e98c178d32c4565324ccd337b93f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a08eb2c0536461a7c846d224551daff9.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_AUTHORS_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-glossary_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1none__t.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_sync_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/comparison_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_base64_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_bool_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__modules.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_56c5b1f2fcbd43bc251cc8d4e6311b21.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_989d4a543c842cd6bd4f69cba9bfe18e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_u.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeySetIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-cp_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d5a3e6cff2380407df0bc1e4905bf211.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/array_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1NameIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__mergecases_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1DefaultGetPolicy.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_api_documentation_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_14a5630c4252a5037fe59c6a9297eb15.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-04-29_0_8_16_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MockPluginDatabase-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/modules.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/overwritemergeconfiguration_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespacemembers_func.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_merge_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbtimer_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_c_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_profile_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/tab_a.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra_2keyname_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Key.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/ev_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/pages.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_xmltool_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Backend.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidevaluestrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__keyname.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_constants_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/importmergeconfiguration_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_l.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MountBackendInterface.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_94000567962aafefe60cd7b4c9eff0e4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e68e8157741866f444e17edd764ebbae.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_9e66e11043a1b516876ed3e502bf4b93.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_null_pointer_checks_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/trie_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_reference_examples_complex_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6fe72d50b00f2ea69875b1f1bfb890e3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbassert_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_DESIGN_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespaces.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_blockresolver_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_plugins-ordering_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_80faeca8f9827cf4a32ea789859e877e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeySet.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_i.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/pluginspec_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbprivate_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/conversion_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/sync_on.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/metamergestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1NameReverseIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d1d926c23dc9f711f97af0ca8a97b9fe.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_cc670bf538c42610b68470f0d7818d35.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_cac72c1011e562ec9980646ec39d6bf1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbio__doc_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_5c1a465299fbf23826babeb0c0c2e1ea.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2018-08-18_0_8_24_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_de0c12191b988f5ae0ee193bcd871f03.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_c4667a12dc87b1a70dc3bacfb012a187.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_af5d448da9cc0c45e3b3d1677b76ac58.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1SetPolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_view_config_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e02d4a628d12fd9a9ca03566e0cfe50c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_desktop_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_5b0b179e83013be2ae877b5cea1eb6e2.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ebc5b17501f7228c8e16f8268eac0bd1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-global-mount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GetPlugins-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_type.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_regexdispatcher_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/nolog_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1Command.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_logging_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/tab_b.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_v.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/bdwn.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MountBackendBuilder-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1e9aed73a871a6e729bfa94a368ab78b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_7020b8b7abcceffa3f9f7a2d24718f16.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keysetget_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_9f457d2111246ecebf841d7ef725a7e7.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_53f7bfd5edcd6df3dfd79eb210731605.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-namespaces_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_50471c48e798a2f761031afb98e1ce6d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ef95e8dd6f275c1b9595d7688cc8f003.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8940726c3462ae354ee41101b06843f7.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/metamergestrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KDB-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdb_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ModulesPluginDatabase-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeyNameIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_snippet-sharing-rest-service_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_array_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4dddacba5ff73689d9815740528dfc30.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/closed.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1merging_1_1MergingKDB-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ContextPolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doxygen.css
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_notifications_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/uv_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_87a455bccb09a92130c26a11a880c98a.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_lineendings_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_line_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yanlr_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structOpmphmEdge-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_61402a93115cc5ccf21493c6e9201ba7.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structDocOperationData-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/src_plugins_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_regexstore_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_logchange_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbiotest_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_cmake_spec_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/automergeconfiguration_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/automergestrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globbing_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-stash_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ValueObserver-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_BIGPICTURE_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interfaceorg_1_1libelektra_1_1Plugin.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_94831889b0f6b3039e3a418222c30cc0.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-complete_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_CODING_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/error_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_global_keyset_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1146f3724c3346f9221bd594b4511dc6.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__comparison_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structstd_1_1hash_3_01kdb_1_1Key_01_4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_duplicate_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/importmergeconfiguration_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/examples_2backend_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2018-03-27_0_8_22_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__samemountpoint_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-check-env-dep_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_f4b49f33397505619a5109e7c9a04673.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1VaAlloc.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2018-05-13_0_8_23_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8efb29764f86ec77f861395197e2f427.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ed569953f3506e52a15a515a6069fbf5.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbioplugin_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interactivemergestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6ee55d57cb72915ba72673a85bef04d2.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-file_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_cascading_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SerializeInterface.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_mathcheck_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-export_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergingkdb_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugin_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dynsections.js
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbexcept_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__mergeresult_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_high_level_api_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4141faa9020d8237b447ce654fe46ed1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_metadata_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_convert_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_tcl_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_spec_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/glib_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b0856f6b0d80ccb263b2f415c91f9e17.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a43fa0e0f7878517020f471b2700d1ae.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/automergeconfiguration_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidemergeconfiguration_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-list-tools_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_79c36d55c1fc58e8ea12b426a8a04660.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__backend_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-mv_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2015-11-19_0_8_14_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structOpmphm.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/io_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_93e9ea1e55063d9b53040e8a910d9455.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structDocBindingData-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_shell_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_7a5b2b99b1f2b04cd37db13d41aa7927.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_enum_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-11-22_0_8_19_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_eaecc6e4a1c83e692ce0cf6ad1b099ae.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Wrapped-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/tab_h.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdb_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ea91a2a72b7cbbf988d2bd2cd1d23e49.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_template_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__backendbuilder_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/comparison_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ruby_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_COMPILE_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/modules_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_setup_instance_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendBuilder.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_boolean_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backend_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbplugin_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1DefaultSetPolicy.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classes.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_dbus_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/nav_f.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-backup_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_application-integration_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_507832afc9332fafae7ad917cc83c25a.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e0f8752ca1b0c4079f3f7697a715b980.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugins_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_fcrypt_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-umount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySetIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1WritePolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginAdder.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_s.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_751bb8845a2d991fff5c1370f7eb2ab4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keytest_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-test_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/src_2backend_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyset_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__api.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_WHY_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/newkeystrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-restore_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1f5db4c62287c2b450f9a440d8d70aa3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1Key.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-12-17_website_release_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-global-umount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Layer.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespacemembers_type.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_register_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1PluginSpecHash-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_eval.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-rmmeta_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_dad1865aa249b16f6d1b0eca22f3c203.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_reference_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/jquery.js
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra__array__value_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ErrorPlugins.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_multifile_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/annotated.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_architecture_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/open.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/deprecated.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_INSTALL_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySet.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_null_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbioprivate_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_camel_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__newkeystrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ObserverPolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-shell_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__key.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_9574b4b50ff60f02b8c61c78f6ba0422.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_simplespeclang_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_590b6e54c52ad2db4ef44fbdace1cd3e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-introduction_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbos_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Layer-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_0eb81078f8b5c9ff57b1cd5df4597ab5.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-vset_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_network_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__keyset.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-values_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_download_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra__conversion_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_python-kdb_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_m.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__pluginspec_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__onesidestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_67299d2f6b38701a02774bfdc4619b78.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6910efc2a822c1c1f3f70618bfc61081.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news__preparation_next_release_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Backends.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-11-04_0_8_9_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__invoke.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_t.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_i.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1PluginSpecHash.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/index.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-setmeta_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_zeromqsend_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/opmphm_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-09-02_0_8_8_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeconflict_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_edit_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ThreadSubject-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_search_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1merging_1_1MergingKDB.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_v.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/folderopen.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_5f41e55b695f11675a0f007be9feea1b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_filecheck_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__proposal.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugin_2plugin_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/tab_s.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backendbuilder_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GlobalPluginsBuilder.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2015-09-17_0_8_13_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__meta.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_bootstrap_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_drag_n_drop_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginSpec-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_TESTING_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1c1974961be6c63e1eb7f86ea176fae0.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yamlcpp_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_465b340bf39a66e34e4d29686b3fb216.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_3795b2c998edfe0970400d87b5d6c924.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/invoke_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_o.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/bc_s.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_~.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_s.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-mountpoint-info_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_81c5f602880d8a0ec7ac71eab87b0816.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mount_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-mounting_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yambi_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_347a5dd08e1bfefc33236e4c30120959.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_python_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__metamergestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Wrapped.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_import_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_IDEAS_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_c2198d663f420ceb3031b4996a5d3915.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_dec030453ab29f4d91a535fd273461a1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/key_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ObserverPolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_hosts_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/exportsymbols_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_t.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_mmapstorage_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GetPlugins.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_key_validation_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_t.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbnotification_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_pubsub_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Plugins.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_r.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_cachefilter_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2017-03-18_lcdproc_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a909aee8dce60bc2c48845ab6f53def4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_adding_keys_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_create_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KDB.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__highlevel.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_63801dd6cb36b21d5f5f3b382c561ff3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SpecBackendBuilder.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeconfiguration_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/sync_off.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b26955a9987a3c4a965466a46ea213a3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_dump_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_internal_cache_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-mount-list-all-files_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_vendor_spec_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_paper_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_defs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d3d9394358b1adedca1a6a4aa3974a52.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1GetPolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ModulesPluginDatabase.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6cf92e8bbe61a1b4c17af5ede6fa65a1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_compilation-variants_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_augeas_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-get_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ipaddr_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/ease_2keyname_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbmacros_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-spec-mount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_plugin_variants_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_g.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GlobalPlugins.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_logging_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyset_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/log_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-sync-flag_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/opts_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-faq_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergingkdb_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6d80e835aa4fbf406c4f8758f975640a.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-06-14_0_8_17_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b3f120012c1e6cc03b22510c6627bc9c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_54cf0c322a621e232064acdd83526a9c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_17e2e6ccc98ac38cc6550cc92014bc67.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doxygen.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b871148aec9e1976448ae747e2509113.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4f56e0ba1989c2c025ff5a8b5c476e34.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_dini_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_23895d778e7cfd757950ad7874dd03e8.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/io__doc_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeresult_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4bdcff9e69ba7c2686769ebca9f23052.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SetPlugins.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d985d2ec8092f968c8b30c1781b54fd4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugins.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e052677a652baea8f3cb81d7a33b69a3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_enum.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dl_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a8d3f83c9ed24616da1a75ba64ee8663.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_dd6788421ab5b3810259f11a14f1c03e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_k.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_87dd991bed2b905bcd3565ad013d861f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_unit_testing_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KDB.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_cpptemplate_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_wresolver_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_date_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_template_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SpecReader.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functional_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyio_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespacemembers.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b7339a6547865f2fbcd09af51f340089.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__kdbio.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_7eda253c2a09a3140bbc67af372cec53.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-import_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1BackendInfo-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_global_plugins_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_dbusrecv_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_cfba93883bd770fe289a46ec6fbd00ea.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_library_split_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugins_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/state.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/zeromq_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6d363a22b7898af9cbc7afc500a80959.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-06-21_0_8_6_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1f849f7896172f3bb5f3c35e834f3108.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_export_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_l.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__keyhelper_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__kdb.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_7a45bb68e5d72c7f1dd10ccbad138ceb.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_bb082d6dd4991e2f90159a2fea4d6a3d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_uname_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__automergestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbvalue_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1ToolException-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbtypes_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_508ad3c5e538dc56534ac232664629a4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeconflictstrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ba55039eed38f91d972b28360a465d5b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8bc65180d9bb8d21dfc5b178f90ad8e4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interfaceorg_1_1libelektra_1_1Plugin-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-07-28_0_8_7_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_dpkg_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_bce0d49040716645ee101d1c0c07d6ee.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-mount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/toolexcept_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_holes_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backendbuilder_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_path_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_i.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/opmphmpredictor_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ImportExportBackend-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d18493d59de888d48c4f7d74fe45f389.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-sget_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_plugins-framework_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__keymeta.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyexcept_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-rm_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Backend-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1LockPolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/hierarchy.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_vars.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_n.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e0dd646c39a393cc8e6d3e5e227334a6.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_vars.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_k.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbplugin_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeresult_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1SetPolicyIs.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/rand_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbopmphmpredictor_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1NameIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeyNameIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_01dde3f3ecdd5acab698f59de4ecfd01.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_m.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_SECURITY_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__backendparser_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_928e5dd204fd81d37687692c41ccbd88.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-introduction_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbio_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yaypeg_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_python2_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-convert_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__specreader_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_053449e8847b47762d37248475fcae64.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Modules.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/src_libs_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_doc_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_tracer_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_deferred_plugin_calls_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a6139cac22c4981e36bbdaa151dc692e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KDB-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_96a438aa6f9a619a2aacf8850fa6fa91.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/internal_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structSomeIoLibHandle-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_o.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_images_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_plugins_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_internalnotification_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-merge_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/try__compile__dbus_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ccfcf641c76806a27d91c053a656df45.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_1c5da1876629ad978470bd7203fdb126.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeySet-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__umount_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_u.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a9b84b91dc124b7bd1ef2118e83f8a03.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_c9362a478f15644dfac58201435bec37.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_modifying_keys_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_hello-elektra_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-check_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_db1be7a3229a0e29cfc24bbe81c6caa5.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d0da925f0076c772fb011b92731f8044.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1LockPolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MountBackendInterface-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_238e32a46d8ae203d9edfb936e75be48.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Key-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbextension_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GlobalPluginsBuilder-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__plugin.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_resolver_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dbus_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra_2plugin_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-ls_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_6ff6b25be14b1cc3cfa7d7cd99c468a2.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_curlget_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergetask_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_GOALS_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_53a5031665bcd86213921b48eca04b55.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_relative_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1ToolException.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testio__doc_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_details_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ec9c98eb0901ff5d570b0a72385d3dd1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbmeta_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structOpmphmEdge.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_validation_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_p.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbhelper_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b7d06c00d3a4a66dc199a40a626d14f4.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__keytest.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespacekdb.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/threewaymerge_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backends_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_hexnumber_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Modules-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra_2proposal_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_capabilities_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_java-kdb_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyvalue_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dbus_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backend_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-09-17_0_8_18_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1NameReverseIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-change-storage-symlink_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_iterate_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_af01b10449c4d802d74a908d967ae7b3.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/automergestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ValueObserver.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_doc_tutorials_validation.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_4b502d80aef9deb49865a7ac113a3ad6.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidevaluestrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-bootstrapping_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbinternal_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-set_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_gpgme_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-related_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_csvstorage_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/folderclosed.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_iconv_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2018-11-18_0_8_25_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/try__compile__zeromq_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/key_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-merge-strategy_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/owner_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_process_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SpecReader-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySetIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/benchmark__crypto__comparison_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_fstab_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_o.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_2a2242c8937d52575ac2d24ffddf97de.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-cascading_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2016-02-16_0_8_15_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_g.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_struct_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidemergeconfiguration_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_m.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbopmphm_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backends_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_undo_redo_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1Command-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbnotificationinternal_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_conditionals_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_glob_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySet-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testlib__notification_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendBuilderInit.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structDocOperationData.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_reference_examples_alternative_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_mozprefs_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/overwritemergeconfiguration_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__plugindatabase_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-10-22_augeas_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/newkeystrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_elektra_web_recursive_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_simpleini_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-fstab_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/nav_g.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-lsmeta_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_specification_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/static_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1KeySetIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1VaAlloc-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yawn_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-list-commands_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/merging_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_i.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1GlobalPlugins-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginSpec.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_error_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a148703ae8c9eba3c23292523a71f768.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Context-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_distinction_use_cases_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyhelper_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra__error_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-getmeta_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbglobal_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_GIT_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_p.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d06a74dbded2cee19d67f3468c28727b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySetReverseIterator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_k.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/files.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backendparser_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Plugins-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/threewaymerge_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_algorithm_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugindatabase_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/modules_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugin_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_31723652cae489f418176f5343bc2fb8.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_dcc9288ea11392213742e63d1668c8ae.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8b1d150e9f156064a1b3b6bfd83b297b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a947988000fb94fcb137b6a447a87bc1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_markdownlinkconverter_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Plugin-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_doc_tutorials_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2017-12-22_0_8_21_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_9e85765c9e322d3f4cb080ba525287cd.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendBuilder-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbproposal_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-contracts_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/namespacekdb_1_1tools.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_lua_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-backends_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_670a33e44c879d952b08f7d5e798a671.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_2d71c695564f7b0f32b89e21165edc25.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_required_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/benchmark__plugins_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/pluginspec_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_0da25102f37d526470daabf8ed215d6f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_o.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_t.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbopts_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_mount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_elektra-merge-integration_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/global_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_mozprefs_autoconfig_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergetestutils_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SerializeInterface-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_doc_paper_paper.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_crypto_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-list_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/menu.js
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/scripts_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/src_libs_getenv_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_haskell_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a355f655652f5796a7ac3f4ff59d30f8.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_aa6cf4d071a0e8d8ec248dd52d482642.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_keytometa_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/backendparser_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_89fa086523ca714548e7966bf1a47b6b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_85ef2f6290f6102da08a77eb7aa20153.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_e4ee2c53c3b0b8665624a969c21ea80e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_zeromqrecv_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbmodule_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbrand_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_n.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/proposal_2proposal_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_s.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_2e03af08e58d607983ddbf28efd72fca.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyhelper_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-help_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keyhelpers_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_journald_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendInterface.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SetPlugins-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_45a0400655733ae8fd7399fdce8ea19c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/nav_h.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginDatabase.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-spec_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/src_libs_highlevel_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_be1291274132a8939fdd17d375844c93.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_aa5f7a62906e33ad28fc23659d214f8d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/keymeta_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1SpecBackendBuilder-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_k.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_53e6fa9553ac22a5646d2a2b2d7b97a1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_063de688844b914836592a79e9890f19.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_BUILDSERVER_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_3902342979d8036a0c84121d16c2a750.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_feb57bcaa81411100a3f4000b8a1d967.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2014-12-02_0_8_10_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ContextPolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_74659524fb787e38e734f2d5026f5d3c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbcontext_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_fe41cb924eaf905f7d52c9ba59794d2f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/notification_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_r.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2015-04-03_0_8_11_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendBuilderInit-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_32caf32cb4646f65e189aa2ab346a137.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Coordinator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_authenticate_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structSomeIoLibHandle.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testlib__pluginprocess_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbobsolete_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_passwd_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_reset_password_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_11eadd41e4e7f242b1cab9dcf73feaa1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_xerces_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classes.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_timeofday_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_template_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_elektra_web_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ImportExportBackend.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_eval.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yajl_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/group__keyvalue.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/tabs.css
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-change-resolver-symlink_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_~.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_cmake_plugins_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_error-handling_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_VERSION_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_namespaces_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-granularity_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/markdownlinkconverter_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_0cd817f07d945e93d9caaad39b2f7160.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_empty_files_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a5e73374ea39f4417d7ff9b9deded379.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_b1468c1eb3a626485278bb0746b2c01a.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_2344e29ee736e4363a0aae8af5b84cd8.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_typechecker_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/specreader_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginAdder-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_global_validation_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals_func_n.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/globals.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_crypto_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-metadata_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2015-07-13_0_8_12_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ini_crash_test_crash_test.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/menudata.js
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_p.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Coordinator-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-find_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_a1e3b43adfe5cbc7e7f377e58f53438d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_list_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_delete_snippet_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/FreeSans.ttf
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1GetPolicyIs-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_func_r.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_syslog_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_mini_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_s.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ccode_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_44e2cce21b498ece8059a6df316e489b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-remount_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ee6aa1c688a3b9fb588e8125e26298d2.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/meta_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_000840097f1141354d4728bcd086ef76.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_enum.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ee29c418e0579ce0b482ea7dec819167.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_directoryvalue_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/elektra__value_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/onesidestrategy_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_README_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_bindings_io_doc_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_5e9e80585be87a3584645b1d34107095.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_cbda20a62f9fd53108742b325e561a94.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_98e962130336c783d699b70b29a079e6.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1Backends-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1ThreadSubject.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_yamlsmith_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_libs_elektra_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_tutorials_arrays_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1PerContext-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_jni_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_57af1f6f945dafff3f1f30844503f37e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_59ef8a0f2f347c23459de1811e709715.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-hierarchy_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_gitresolver_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_news_2017-10-31_0_8_20_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_search_user_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_type_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MountBackendBuilder.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendFactory.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbio_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_hexcode_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1PluginDatabase-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendFactory-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/testtool__mergingkdb_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_17f5f8fbad306709b8208999daef2201.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_24179a9b112c2e4eb51dc774f561d50d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_elektra_web_UC_finding_keys_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbthread_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/pluginprocess_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/plugindatabase_8hpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_8e679771a457ee9b5d252fc11bcf7555.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_af58836c9eafd9e29b953e0e064cc1d8.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_hidden_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_de395850dac841deadbbd57d31c61b5e.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_70183b628c33dfe804c0d696c298eb26.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/splitbar.png
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_counter_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1BackendInterface-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_data-structures_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1DefaultSetPolicy-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_dc145127ba81d15a7b8639e8ef462a4d.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_76ec6ddb3583831ce2ee6e861a4b4292.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structDocBindingData.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1Context.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-editor_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_n.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_bf7c5598b900defcddd44aa8969f9d7c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_dev_classes_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structOpmphm-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_range_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_50ba3f1b5541e9cc2f26972d95766272.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_usecases_snippet_sharing_UC_edit_user_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/split_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/functions_f.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_47193d960b47d88c2b8f720e973a2564.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_3a5ed238defc9daae4a4a4457417bfa0.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/interfaceorg_1_1libelektra_1_1Elektra.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structkdb_1_1tools_1_1BackendInfo.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1KeySetReverseIterator.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1ErrorPlugins-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classkdb_1_1tools_1_1MockPluginDatabase.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_231266fd1578cc024c6f9eef31532203.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/classorg_1_1libelektra_1_1Key-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdblogger_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_ac6a752723ed832bfdf30755532b91eb.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/kdbenum_8c.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_decisions_script_testing_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_fadc05f66422cab37eda319012635abf.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/structstd_1_1hash_3_01kdb_1_1Key_01_4-members.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_kdb-info_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_d748f19c70c10d86ed0e060f59d9907b.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_noresolver_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/zeromq_8h.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/doc_help_elektra-semantics_md.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_87d394c29b734c3a8c1751b80fc84ee1.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/mergeconflictstrategy_8cpp.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/md_src_plugins_ini_README.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_7e57e7399cfd070e286d09337eca71e9.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/share/doc/elektra-api/html/dir_072aeae292911125c92f05c4be383300.html
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/INSTALL_RECEIPT.json
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/etc/bash_completion.d/kdb
/home/eduardo/.linuxbrew/Cellar/elektra/0.8.26_1/LICENSE.md
eduardo@eduardo-Inspiron-7472:~$ ls $HOME/.linuxbrew/bin
autopoint  ctest       infocmp    msgconv    msguniq           reset
bison      doxygen     infotocap  msgen      ncurses6-config   tabs
brew       envsubst    kdb        msgexec    ncursesw6-config  tic
captoinfo  flex        lex        msgfilter  ngettext          todo.sh
ccmake     flex++      m4         msgfmt     openssl           toe
clear      gettext     msgattrib  msggrep    patch             tput
cmake      gettextize  msgcat     msginit    patchelf          tset
cpack      gettext.sh  msgcmp     msgmerge   pkg-config        xgettext
c_rehash   help2man    msgcomm    msgunfmt   recode-sr-latin   yacc
eduardo@eduardo-Inspiron-7472:~$ echo $PATH
/home/eduardo/.local/bin:/home/eduardo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/eduardo/Downloads/programas/node-v10.16.0-linux-x64/bin
eduardo@eduardo-Inspiron-7472:~$ date
Ter Jul 30 08:46:17 -03 2019
eduardo@eduardo-Inspiron-7472:~$ 

Lo siento, $HOME/.linuxbrew/bin no estaba en la RUTA.

¿Cómo probar la función de finalización de bash?

Creo que debes seguir los pasos aquí .

Después,

  • ingrese el comando kdb ,
  • seguido de al menos un carácter de espacio, y
  • presione (tabulador)

. Ahora bash debería mostrarle una lista de los subcomandos kdb . Tenga en cuenta que la finalización de Bash de kdb está incompleta y no está realmente actualizada. Las terminaciones para zsh y fish deberían funcionar mejor.

@ markus2330 ¿

Sí, está bien (también existe el script kdb install-sh-completion para instalar la finalización del shell como usuario). Idealmente, INSTALL_SYSTEM_FILES estaría APAGADO si un usuario (no root) instala Elektra (por ejemplo, en el directorio de inicio) y ENCENDIDO en caso contrario.

¿Cómo probar la función de finalización de bash?

La finalización de bash es rudimentaria, actualmente no se mantiene y actualmente la reescribimos. Las instrucciones fueron dadas por @sanssecours hace un segundo.

$ tail -n 11 ~/.bashrc 
HOMEBREW_PREFIX=$(brew --prefix)
if type brew &>/dev/null; then
  if [[ -r "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" ]]; then
    source "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh"
  else
    for COMPLETION in "${HOMEBREW_PREFIX}/etc/bash_completion.d/"*; do
      [[ -r "$COMPLETION" ]] && source "$COMPLETION"
    done
  fi
fi

Para mí, la finalización de bash no funcionó.

kdb r<TAB><TAB> no hace nada.

Para mí, la finalización de bash no funcionó.

kdb r<TAB><TAB> no hace nada.

Como Markus ya dijo anteriormente, las finalizaciones de Bash lamentablemente ya no se mantienen. Por lo tanto, algo como kdb r<TAB><TAB> probablemente no funcionará. Al menos no en mi máquina (macOS, Bash 5.0.7 ).

El siguiente texto muestra la salida de finalización de kdb <TAB> en mi computadora:

^[[1mcheck^[[0m                          ^[[1mgetmeta^[[0m                        ^[[1mls^[[0m                             ^[[1mshell^[[0m
^[[1mcomplete^[[0m                       ^[[1mglobal-mount^[[0m                   ^[[1mlsmeta^[[0m                         ^[[1msmount^[[0m
^[[1mconvert^[[0m                        ^[[1mglobal-umount^[[0m                  ^[[1mmerge^[[0m                          ^[[1mspec-mount^[[0m
^[[1mcp^[[0m                             ^[[1mgmount^[[0m                         ^[[1mmount^[[0m                          ^[[1mtest^[[0m
^[[1meditor^[[0m                         ^[[1mgumount^[[0m                        ^[[1mmv^[[0m                             ^[[1mumount^[[0m
^[[1mexport^[[0m                         ^[[1mhelp^[[0m                           ^[[1mremount^[[0m                        ^[[1mvset^[[0m
^[[1mfile^[[0m                           ^[[1mimport^[[0m                         ^[[1mrm^[[0m                             /Users/rene/Documents/University/Master
^[[1mfind^[[0m                           ^[[1minfo^[[0m                           ^[[1mrmmeta^[[0m                         Known
^[[1mfstab^[[0m                          ^[[1mlist^[[0m                           ^[[1mset^[[0m                            Please
^[[1mgen^[[0m                            ^[[1mlist-commands^[[0m                  ^[[1msetmeta^[[0m                        Usage:
^[[1mget^[[0m                            ^[[1mlist-tools^[[0m                     ^[[1msget^[[0m                           a

.

Edite el archivo $HOMEBREW_PREFIX/etc/bash_completion.d/kdb y cambie esta línea:

local commands=($(${kdbpath} 2> /dev/null | sed -e '0,/^Known commands are/d' | awk '{print $1}'))

a esto:

local commands=($(${kdbpath} 2> /dev/null | sed -e '0,/^Known commands are/d' | awk '{print $1}' | sed -r "s/\x1B\[([0-9]{1,3}((;[0-9]{1,3})*)?)?[m|K]//g" ))

Y funcionará.

¡Gracias por mantener el homebrew!

¿Fue útil esta página
0 / 5 - 0 calificaciones

Temas relacionados

sanssecours picture sanssecours  ·  3Comentarios

mpranj picture mpranj  ·  3Comentarios

markus2330 picture markus2330  ·  4Comentarios

mpranj picture mpranj  ·  3Comentarios

markus2330 picture markus2330  ·  3Comentarios