Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Filelight Filelight
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • UtilitiesUtilities
  • FilelightFilelight
  • Merge requests
  • !38

WIP: Add standalone scanner

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Martin Tobias Holmedahl Sandsmark requested to merge sandsmark/filelight:martin/standalone into master May 27, 2022
  • Overview 1
  • Commits 3
  • Pipelines 2
  • Changes 8

A simple standalone scanner application written in plain c so it can easily be cross-compiled for e. g. openwrt and similar, or built statically to run on a server.

The written file is almost a standard tsv file, just made a bit more compact with > and < indicating entering and exiting subdirs instead of full paths to avoid insane file sizes (and basic URL encoding since Linux is way too generous with allowed filenames).

I've tested the scanner and the parser, but kirigami doesn't work in general here so I haven't been able to test the whole thing.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: martin/standalone