Welcome | |
---|---|
Welcome to a320
You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today! |
Moderator: Moderators
cd <shortcut's directory>
./<shortcut> <associated directory/selected_file>
cd /usr/local/emulator
./emu.dge /usr/local/emulator/roms/selected_file
slaanesh wrote:I will add an "open with" function to DinguXMB. Defining an association will be similar to adding a shortcut for an executable - instead it will work by associating pre-configured shortcuts to directories.
Here's an example:
Browse to an executable, say, "/usr/local/emulator/emu.dge"
Press X to create a new shortcut. Shortcut is created.
Browse to a directory, say, "/usr/local/emulator/roms"
Press X to create a new "open with" association. Select the desired shortcut from the list of pre-configured shortcuts. New association is created.
When browsing the filesystem, any directory already associated with a shortcut will have a new, distinctive icon and some indication of which shortcut is currently associated with it.
Browsing inside associated directories like "/usr/local/emulator/roms" will display all files (not just executables).
Pressing 'A' on a file in an associated directory will run the associated shortcut with the absolute path of the selected file as the first argument.
Actual commands executed for associated files would be something like:
- Code: Select all
cd <shortcut's directory>
./<shortcut> <associated directory/selected_file>
ie.
- Code: Select all
cd /usr/local/emulator
./emu.dge /usr/local/emulator/roms/selected_file
Sound okay? Do we need relative paths as well?
spn-x wrote:how can i change the wallpaper ? Into a personal wallpaper ..
Users browsing this forum: vimrc and 1 guest