Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 20, 2020 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/1e8eaea7ef3f41246ff6702680d4e01f to your computer and use it in GitHub Desktop.
Save r-ryantm/1e8eaea7ef3f41246ff6702680d4e01f to your computer and use it in GitHub Desktop.
/nix/store/clqwxjjlf8bcz44im3jrcpkgiqcbj6c0-fswatch-1.15.0
├── bin
│   └── fswatch
├── include
│   └── libfswatch
│   ├── c
│   │   ├── cevent.h
│   │   ├── cfilter.h
│   │   ├── cmonitor.h
│   │   ├── error.h
│   │   ├── libfswatch.h
│   │   ├── libfswatch_log.h
│   │   └── libfswatch_types.h
│   └── c++
│   ├── event.hpp
│   ├── filter.hpp
│   ├── inotify_monitor.hpp
│   ├── libfswatch_exception.hpp
│   ├── libfswatch_map.hpp
│   ├── libfswatch_set.hpp
│   ├── monitor_factory.hpp
│   ├── monitor.hpp
│   ├── path_utils.hpp
│   ├── poll_monitor.hpp
│   └── string_utils.hpp
├── lib
│   ├── libfswatch.la
│   ├── libfswatch.so -> libfswatch.so.11.0.2
│   ├── libfswatch.so.11 -> libfswatch.so.11.0.2
│   ├── libfswatch.so.11.0.2
│   └── pkgconfig
│   └── libfswatch.pc
└── share
├── doc
│   └── fswatch
│   ├── ABOUT-NLS
│   ├── AUTHORS
│   ├── AUTHORS.libfswatch
│   ├── CONTRIBUTING.md
│   ├── COPYING
│   ├── NEWS
│   ├── NEWS.libfswatch
│   ├── README.bsd
│   ├── README.codestyle
│   ├── README.freebsd
│   ├── README.gnu-build-system
│   ├── README.illumos
│   ├── README.libfswatch.md
│   ├── README.linux
│   ├── README.md
│   ├── README.osx
│   ├── README.smartos
│   ├── README.solaris
│   └── README.windows
├── info
│   ├── dir
│   └── fswatch.info
├── locale
│   ├── en@boldquot
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   ├── en@quot
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── fswatch.mo
│   └── it
│   └── LC_MESSAGES
│   └── fswatch.mo
└── man
└── man7
└── fswatch.7.gz
22 directories, 50 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment