Skip to main content

factlog - File ACTivity LOGger

Project description

Factlog logs your activity on files and uses it for searching.

Rich command line interface. Useful for unix style searching:

factlog list | xargs grep 'def record'

“I want to see some Python files I edited recently”:

factlog list --include-glob '*.py'

“I want to list files in this particular project I touched. I don’t care about in which branch I opened the file.”:

factlog list --under BRANCH-A --under BRANCH-B --relative

“I want to see last 50 notes I took with title”:

factlog list --under MY-NOTE-DIRECTORY --relative --title --limit 50

“The files I touched are huge. I want to search only the locations I touched.”:

factlog list -C 50 | grep 'def record'

Editor plugin

Factlog currently only have Emacs integration. If you make a plugin for other editors, please let me know. See interfaces for plugin for more information.

Emacs

Factlog has Emacs plugin. You can get factlog.el from factlog repository.

Command line programs

Factlog is easy to integrate with command line programs such as less and vim. See shell/config.sh for sample setup. You can use shell/config.sh like this:

source PATH/TO/factlog/shell/config.sh
alias less="factlog-record-wrapper \less"
alias vim="factlog-record-wrapper \vim"

Interfaces for plugin

Command line interface

If your editor can run a command line program, it is possible to write a factlog plugin! See factlog record --help.

RPC interface

Work in progress…

Python interface

Work in progress…

More to come / ideas

  • Ranking based on many data points: how many times you write to the file, how recent you visited the file, etc.

  • Understand “project” (VCS repository).

  • Concurrent grep.

  • Extract URLs in the documents and use them as URL bookmark.

License

Factlog is licensed under LGPL v3. See COPYING for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

factlog-0.0.1.tar.gz (14.7 kB view details)

Uploaded Source

File details

Details for the file factlog-0.0.1.tar.gz.

File metadata

  • Download URL: factlog-0.0.1.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for factlog-0.0.1.tar.gz
Algorithm Hash digest
SHA256 94cd960318c0c0f432618f1c7d6809da68ac08e86d0a47d9424d4e38ebb2baed
MD5 e713898ef7c6a77e796ade99408c266f
BLAKE2b-256 0e9774b622d763db8deebd085c82752371093161fe20b5ef90550cfa3392af3f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page