](https://flathub.org/apps/details/dev.tchx84.Portfolio)
## Build it yourself
```
git clone https://github.com/tchx84/Portfolio.git
cd Portfolio
flatpak install --user org.gnome.{Platform,Sdk}//45
flatpak-builder --user --force-clean --install build dev.tchx84.Portfolio.json
flatpak run --branch=master dev.tchx84.Portfolio
```
This app is powered by [Builder](https://flathub.org/apps/details/org.gnome.Builder) and [Glade](https://flathub.org/apps/details/org.gnome.Glade).
## Contribute
If you are interested in contributing to this project just send a pull request to [this](https://github.com/tchx84/Portfolio) repo.
## Disclaimer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](COPYING) for more details.
Portfolio-1.0.1/build-aux/ 0000775 0000000 0000000 00000000000 14562503332 0015363 5 ustar 00root root 0000000 0000000 Portfolio-1.0.1/build-aux/meson/ 0000775 0000000 0000000 00000000000 14562503332 0016504 5 ustar 00root root 0000000 0000000 Portfolio-1.0.1/build-aux/meson/postinstall.py 0000775 0000000 0000000 00000001214 14562503332 0021433 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
from os import environ, path
from subprocess import call
prefix = environ.get('MESON_INSTALL_PREFIX', '/usr/local')
datadir = path.join(prefix, 'share')
destdir = environ.get('DESTDIR', '')
# Package managers set this so we don't need to run
if not destdir:
print('Updating icon cache...')
call(['gtk-update-icon-cache', '-qtf', path.join(datadir, 'icons', 'hicolor')])
print('Updating desktop database...')
call(['update-desktop-database', '-q', path.join(datadir, 'applications')])
print('Compiling GSettings schemas...')
call(['glib-compile-schemas', path.join(datadir, 'glib-2.0', 'schemas')])
Portfolio-1.0.1/data/ 0000775 0000000 0000000 00000000000 14562503332 0014402 5 ustar 00root root 0000000 0000000 Portfolio-1.0.1/data/dev.tchx84.Portfolio-symbolic.svg 0000664 0000000 0000000 00000002630 14562503332 0022616 0 ustar 00root root 0000000 0000000
Portfolio-1.0.1/data/dev.tchx84.Portfolio.desktop.in 0000664 0000000 0000000 00000000636 14562503332 0022262 0 ustar 00root root 0000000 0000000 [Desktop Entry]
# TRANSLATORS: Don't translate this text
Name=Portfolio
Exec=dev.tchx84.Portfolio %f
Terminal=false
Type=Application
GenericName=File Manager
Comment=Manage files on the go
Categories=GTK;Utility;FileManager;
# TRANSLATORS: Don't translate this text
Icon=dev.tchx84.Portfolio
StartupNotify=true
X-Purism-FormFactor=Mobile;
Keywords=folder;manager;explore;disk;filesystem;
MimeType=inode/directory;
Portfolio-1.0.1/data/dev.tchx84.Portfolio.gschema.xml 0000664 0000000 0000000 00000000775 14562503332 0022416 0 ustar 00root root 0000000 0000000
A minimalist file manager for those who want to use Linux mobile devices.