TagSpaces is an offline, open source, personal data manager.It helps you organize files on your Windows, Linux, Android or Mac. TagSpaces offers you a convenient user interface to your local files and folders on Windows, macOS, Linux and Android. It is implemented using modern web technologies like JavaScript and HTML5. Since version 3 the application provides a dark mode.
Git Clone URL: | https://aur.archlinux.org/tagspaces.git (read-only, click to copy) |
---|---|
Package Base: | tagspaces |
Description: | An offline, open source, document manager with tagging support |
Upstream URL: | http://tagspaces.org |
Keywords: | |
Licenses: | AGPL3 |
Submitter: | egon0 |
Maintainer: | None |
Last Packager: | ragouel |
Votes: | 23 |
Popularity: | 0.000418 |
First Submitted: | 2015-08-23 09:46 |
Last Updated: | 2020-11-22 16:16 |
Key Action / Focus the search bar: Esc: Focus the search bar and cleans it ↓ Select the next search result ↑ Select the previous search result: Enter: Open the selected search result. TagSpaces is an open source personal data manager. It helps you organize and browse your files on every platform. Cross-platform file tagging and file finding Organize your photos, ebooks, music, recipes or invoices in the same way on almost every platform. TagSpaces is a File Transfer and Networking application like Universal, FreeNAS, and Netcut from TagSpaces Team. It has a simple and basic user interface, and most importantly, it is free to download. TagSpaces is an efficient software that is recommended by many Windows PC users.
PKG build fails on:
Looks like the .desktop file was moved to: src/tagspaces-3.4.2/tagspaces.desktop.Modifying the PKGBUILD successfully built the package.
Thanks for picking up this package.
The build fails with
It looks like the project structure changed quite a bit with the 3.0 update. I don't think bower is a dependency anymore, but yarn is. There are instructions in the README upstream here: https://github.com/tagspaces/tagspaces#how-to-run-tagspaces-from-the-source-code
@giodamelio thanks, fixed. Not sure why it was working for me fine without the shebang, but hopefully this will fix it for you.
When I run tagspaces I get this error
Failed to execute process '/usr/bin/tagspaces'. Reason:
exec: Exec format error
The file '/usr/bin/tagspaces' is marked as an executable but could not be run by the operating system.
The script at '/usr/bin/tagspaces' needs a '#!/bin/sh' at the top
Tagspaces now depends on electron - updated pkgbuild to suit. Also fixes problem with aur helpers being confused as a side-effect (since electron is in the aur as 'electron').
I think you need to change the node-webkit dependency to nwjs-bin so the aur helpers don't get confused
I will add the patch @hansmaulwurf mentioned as soon as i have some spare time
add this modification and the settings are stored persistently
https://github.com/tagspaces/tagspaces/issues/244#issuecomment-163198163
The config gets still lost when closing the application.
Hi, looks like node-webkit's missing again. `nw-gyp` and `nwjs-bin` are the two related packages.
Thanks for PKGBUILDin that one; being a (meta)data fan I will definitively try and see what can be achieved with it.