View Single Post
Posts: 8 | Thanked: 21 times | Joined on Oct 2012 @ Russia
#48
Great app! Handy and flexible, with custom commands.
My additional commands:
  • 1. Terminal for current dir:
    osso-xterm "sh -c 'cd """$(dirname ""%s"")"""; sh'"
  • 2. Upload to ftp:
    ncftpput -u username -p password 10.0.0.1 / %s
  • 3. Create playlist for selected dir (*.mp3;*.mp4;*.flac):
    osso-xterm "sh -c 'find ""%s"" -type f -name *.mp3 -o -name *.mp4 -o -name *.flac > ""%s"".m3u'"
  • 4. QML viewer:
    qmlviewer -I /opt/qtm12/imports -fullscreen -opengl %s
  • 5. Install deb-package:
    osso-xterm "sh -c 'sudo dpkg -i ""%s"";echo ""press any key for exit"";read key;'"
  • 6. Unzip to dir:
    unzip-fm %s
  • 7. Try to execute Harmattan app:
    meecolay %s

Name:  qrcode_xterm_curdir.png
Views: 535
Size:  1.2 KB->1. Name:  qrcode_ftp_upload.png
Views: 442
Size:  1.2 KB ->2. Name:  qrcode_playlist_seldir.png
Views: 423
Size:  1.6 KB ->3. Name:  qrcode_qmlviewer.png
Views: 262
Size:  1.2 KB->4. Name:  qrcode_dpkg_install.png
Views: 278
Size:  1.4 KB->5.

Last edited by n0idea; 2012-10-28 at 16:56. Reason: add: deb install; update: qml viewer;
 

The Following 12 Users Say Thank You to n0idea For This Useful Post: