Skip to content

MFaroTusino/harbour-file-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Browser for Sailfish OS

A minimal file browser tool to view files on Sailfish OS and Jolla phones.

FAQ is available at https://github.com/karip/harbour-file-browser/blob/master/FAQ.md

Warning

USE AT YOUR OWN RISK. This app can be used to corrupt files on the phone and make the phone unusable. The author of File Browser does not take any responsibility if that happens. So, be careful.

Features

  • Browse directories and files on the phone
  • Open files (if xdg-open finds a preferred application)
  • Open MP3 and MP4 inside the app
  • Install Android APK and Sailfish RPM packages
  • Cut, copy and paste files (move/copy files) (by long pressing an item in a list)
  • Delete files and directories (by long pressing an item in a list)

If you need more features, then enable Developer Mode and use the Terminal. It can do all the tricks.

Acknowledgements

File Browser is based on the excellent Helloworld Pro template.

Other file managers

The Jolla phone also ships with its own file manager called Files. It is not installed by default. You can install it by typing the following command in Terminal (requires Developer Mode).

pkcon install jolla-fileman

Building

  1. Get the source code
  2. Open the harbour-file-browser.pro in Sailfish OS IDE (Qt Creator for Sailfish)
  3. To run on emulator, select the i486 target and press the run button
  4. To build for the device, select the armv7hl target and deploy all, the rpm packages will be in the RPMS folder

License

All files in this project have been released into public domain, which means that you can do whatever you want with this software. See below for details.


This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to http://unlicense.org

About

A native file browser to view files on Sailfish phones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.1%
  • JavaScript 7.6%
  • IDL 5.3%