whatfiles VS Kavita

Compare whatfiles vs Kavita and see what are their differences.

whatfiles

Log what files are accessed by any Linux process (by spieglt)

Kavita

Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family. (by Kareadita)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
whatfiles Kavita
2 206
936 5,212
- 5.3%
3.3 9.8
about 1 month ago 2 days ago
C C#
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

whatfiles

Posts with mentions or reviews of whatfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.
  • Everything that uses configuration files should report where they're located
    9 projects | news.ycombinator.com | 25 Jun 2023
    https://github.com/spieglt/whatfiles may be useful to find such files
  • Ask HN: HN people who write meaningful software, how did you learn to program?
    7 projects | news.ycombinator.com | 30 Sep 2022
    I don't really know how many users I have, so I don't know how "meaningful" my projects are, but I have found some of them posted on French, Chinese, Greek, Russian blogs etc., so hopefully they fill some people's needs besides my own.

    https://github.com/spieglt/flyingcarpet

    https://cloaker.mobi

    https://github.com/spieglt/cloaker

    https://github.com/spieglt/whatfiles

    https://github.com/spieglt/winage

    I learned to program because I was frustrated that after working in IT consulting for several years, I still had no idea how computers worked. I started with "Learn Python the Hard Way" and "Automate the Boring Stuff with Python". Then got a job doing some Windows consulting stuff, and they said they'd hire me as a software engineer if I learned Go, which was a pretty easy step from Python. I'd tried to learn programming as a kid several times and always found it too frustrating. I started working on side projects as a way to learn new languages, improve my resume, and scratch my own itches. The hardest part was coming up with ideas for useful/worthwhile projects. I was super frustrated one day that the easiest way to get a file between two machines that were right beside each other was sending them out to the internet via Google Drive or Dropbox, which made me want to write "cross-platform AirDrop", which became Flying Carpet. If you find yourself wanting a simple piece of software that seems like it should already exist, that's a great project idea.

Kavita

Posts with mentions or reviews of Kavita. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.
  • Best .NET Core API project for learning?
    9 projects | /r/dotnet | 4 Dec 2023
  • Calibre – New in Calibre 7.0
    11 projects | news.ycombinator.com | 18 Nov 2023
  • Welcome to the Bug Bash!
    1 project | /r/KavitaManga | 6 Nov 2023
    Browse the Issue Tracker: Visit our bug tracker @ https://github.com/Kareadita/Kavita/issues to find a list of open issues tagged specifically for the Bug Bash. You'll find a variety of tasks, from beginner-friendly to advanced.
  • v0.7.9 - Customization
    1 project | /r/KavitaManga | 22 Oct 2023
  • Update Script for Kavita
    1 project | /r/KavitaManga | 21 Sep 2023
    #! /bin/bash installFolder="/opt/Kavita" # defines the folder where Kavita is installed backupFolder="/opt/KavitaBackup" # defines the backup folder for kavita kavitaUser="kavita" # defines the kavita service user kavitaGroup="kavita" # defines the kavita service group architecture="kavita-linux-x64.tar.gz" # options are: # kavita-linux-x64.tar.gz # kavita-linux-arm.tar.gz # kavita-linux-arm64.tar.gz if [ ! -d $installFolder ] then echo "KAVITA FOLDER IS MISSING!!" exit 1 fi cd /tmp if [ -r $architecture ] then echo "Kavita already present - extracting now!" tar -xzf $architecture else echo "Downloading latest Kavita from GitHub" wget https://github.com/Kareadita/Kavita/releases/latest/download/$architecture echo "extracting now!" tar -xzf $architecture fi if [ ! -d Kavita ] then echo "Something went wrong downloading or extracting" exit 1 fi echo "Stopping Kavita service" systemctl stop kavita.service if [ -d $backupFolder ] then echo "Deleting old KavitaBackup" rm -r $backupFolder fi echo "Creating new Kavita backup" cp -r $installFolder/config $backupFolder echo "Deleting Kavita" rm -r $installFolder echo "Installing new Kavita" cp -r /tmp/Kavita $installFolder echo "Deleting default config" rm -r $installFolder/config echo "Moving old config into install folder" cp -r $backupFolder $installFolder/config echo "CHOWN Kavita folder to kavita user and group" chown -R $kavitaUser:$kavitaGroup $installFolder echo "Make Kavita executable" chmod +x $installFolder/Kavita echo "Launch Kavita" systemctl start kavita.service echo "Cleaning up downloaded files" rm -r Kavita rm $architecture echo "Update process finished :)"
  • [LINUX] I can't connect to Kavita after installing it
    1 project | /r/KavitaManga | 21 Sep 2023
    --2023-09-19 18:28:27-- https://github.com/Kareadita/Kavita/releases/download/v0.7.1.4/kavita-linux-arm64.tar.gz
  • v0.7.8 - New Filtering System
    1 project | /r/KavitaManga | 5 Sep 2023
  • Calibre Replacement Considerations
    6 projects | news.ycombinator.com | 2 Sep 2023
    Hey, Kavita creator here and noticed you don't have any mentions of Kavita for epub readers. Kavita is not a Calibre replacement, but has a built-in epub/pdf reader along with some series-based organization.

    https://www.kavitareader.com/

  • Alexandria: A minimalistic cross-platform eBook reader
    12 projects | news.ycombinator.com | 28 Aug 2023
  • v0.7.6 - Personal Table of Contents + Rating Overhaul
    1 project | /r/KavitaManga | 3 Aug 2023
    The full release can be found here.

What are some alternatives?

When comparing whatfiles and Kavita you can also consider the following projects:

FlyingCarpet - Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.

Komga - Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

Daikon - Dynamic detection of likely invariants

Calibre Web - :books: Web app for browsing, reading and downloading eBooks stored in a Calibre database

kafka-images - Confluent Docker images for Apache Kafka

calibre - The official source code repository for the calibre ebook manager

TagSpaces - TagSpaces is an offline, open source, document manager with tagging support

koreader - An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices

click-extra - 🌈 Extra colorization and configuration loading for Click.

Mango - Mango is a self-hosted manga server and web reader

Cloaker - Simple, drag-and-drop, password-based file encryption

Tachiyomi - Free and open source manga reader for Android. [Moved to: https://github.com/tachiyomiorg/tachiyomi]