How do you make a specific document easliy accessible?  [Solved]

Message
Author
andymx
Posts: 434
Joined: Mon Sep 11, 2023 7:10 pm

How do you make a specific document easliy accessible?  [Solved]

#1 Post by andymx »

I would like to have a specific Writer document easily accessible for me to open at any time. Is there a way to do this by pinning it to the Panel or by any other means?

EDIT: I mark this as "Solved" but the answers are in the thread.
Last edited by andymx on Sun Oct 22, 2023 2:40 pm, edited 1 time in total.
"While I may not get any money from Linux, I get a huge personal satisfaction from having written something that people really enjoy using, and that people find to be the best alternative for their needs."
~ Linus Torvalds
:linuxlove:

Charlie Brown

Re: How do you make a specific document easliy accessible?

#2 Post by Charlie Brown »

I set a hotkey and just press it. The command is the path, say: featherpad /path/to/thatfile.txt

User avatar
Eadwine Rose
Administrator
Posts: 15267
Joined: Wed Jul 12, 2006 2:10 am

Re: How do you make a specific document easliy accessible?

#3 Post by Eadwine Rose »

Yep. I have my fish slapping stuff in a key that way. ;)
MX-23.6_x64 July 31 2023 * 6.1.0-39amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
CharlesV
Administrator
Posts: 8080
Joined: Sun Jul 07, 2019 5:11 pm

Re: How do you make a specific document easliy accessible?

#4 Post by CharlesV »

ha! I would have thought you would have AutoKey setup for something like 'fishslap ' ... hahaha
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CharlesV
Administrator
Posts: 8080
Joined: Sun Jul 07, 2019 5:11 pm

Re: How do you make a specific document easliy accessible?

#5 Post by CharlesV »

@andymx if your only doing a document or two, then you can create a shortcut on the desktop or panel. OR, you can just put an entry into your favorites on the whisker menu.

And I have setup on my Cario-Dock a special folder where I put "Things I am working on now" ( Current ) and then symlink to them in this folder. This gives me hover ability and Cario-Dock shows all docs in this folder and one click I can open anyone. Then when I am no longer in need of this link, I just delete the sumlink.

I use several folders like this: Data, Clients & Current ... extremely useful.

It looks like this (This is my Data folder link to svn data )
You do not have the required permissions to view the files attached to this post.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
towwire
Posts: 688
Joined: Fri Oct 15, 2010 12:15 pm

Re: How do you make a specific document easliy accessible?

#6 Post by towwire »

Or you can do it this way.
viewtopic.php?p=730841#p730841

If you need any help on this method, just ask.
It is easier to fight for one's principles then to live up to them.

User avatar
clampett
Posts: 137
Joined: Sun Oct 04, 2020 1:46 pm

Re: How do you make a specific document easliy accessible?

#7 Post by clampett »

I did similar to what you asked. I opened the application, pinned it to the dock, edited the launcher on the dock to open the document I wanted most often.
The only problem I have now is, if I open another document, it opens the one on the dock also, so I have 2 documents open.
Not a big issue as I just close the default one, but it surprised me the first time.

User avatar
figueroa
Posts: 1106
Joined: Thu Dec 20, 2018 11:20 pm

Re: How do you make a specific document easliy accessible?

#8 Post by figueroa »

Using the Terminal, create a symbolic link to the document on your Desktop:

Code: Select all

cd ~/Desktop
ln -s ~/Documents/nameoffile.odt NameOfFile
That second "NameOfFile" is what you will see on your desktop.
Andy Figueroa
Using Unix from 1984; GNU/Linux from 1993

andymx
Posts: 434
Joined: Mon Sep 11, 2023 7:10 pm

Re: How do you make a specific document easliy accessible?

#9 Post by andymx »

Thank you everyone for your suggestions. I didn't think there would be so many alternative solutions! I thought about creating a Launcher for the document and tried to do so, but it was rather difficult for me. I installed LibreOffice from a flatpak and the path to it is /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=libreoffice --file-forwarding org.libreoffice.LibreOffice --writer @@u %U @@. Too many characters and dashes to make sense to me! This I think kind of rules out a few of the other suggestions too.
At this stage I think the simplest solution would be to create a symbolic link to the document on my Desktop.

EDIT: I discovered that if I right click on the document in Thunar there is an option to send a link to the Desktop.

EDIT 2: Apologies for the continuous edits, but it may help some other user to read this. I thought about installing Cairo dock, but I think it may be too resource heavy and I decided to install Plank instead. It's simpler and less fancy, but I think it will cover the basics for me. One thing that I like is that now I can unpin Firefox and Thunar from the Panel where they appear at the top left of my screen and they are relatively far for me to point the mouse and open either of them. I pinned them to the Plank dock instead. As regards the document under discussion, I simply dragged it to the Plank dock and pinned it there. I notice that I can also pin entire folders to the dock too, which is useful for me as I have a folder of things that I'm currently reading.
"While I may not get any money from Linux, I get a huge personal satisfaction from having written something that people really enjoy using, and that people find to be the best alternative for their needs."
~ Linus Torvalds
:linuxlove:

ghunter
Posts: 199
Joined: Mon May 29, 2023 12:40 am

Re: How do you make a specific document easliy accessible?

#10 Post by ghunter »

Hi

rather than a keyboard combination, you can also have it autolaunch if you need it each boot.

for icewm...I have ~/.icewm/startup with contents
#!/bin/sh

pcmanfm --desktop &
/usr/local/bin/nl &
volumeicon &
nm-applet &
apulse /usr/bin/firefox &
The last line would be similar to featherpad /path2/file &

Post Reply

Return to “Chat”