An open API service indexing awesome lists of open source software.

https://github.com/maoschanz/places-and-files-direct-access

GNOME Shell extension providing an access to devices, bookmarks and recent files on the desktop.
https://github.com/maoschanz/places-and-files-direct-access

gnome gnome-desktop gnome-shell gnome-shell-extension

Last synced: about 2 months ago
JSON representation

GNOME Shell extension providing an access to devices, bookmarks and recent files on the desktop.

Awesome Lists containing this project

README

        

# Convenient access to files

A GNOME Shell extension providing an access to devices, bookmarks and recent files on the desktop.

[drawing](https://extensions.gnome.org/extension/1393/convenient-access-to-files/)

## Compatibility

GNOME Shell 3.34 only

## Features

- Access to places:
- GTK3 bookmarks
- Favorite files
- Trash
- Removable devices
- Mounted partitions
- Access to files:
- Recent files
- ~/Desktop files (optional and experimental)
- Searching among recent files
- Unmounting devices & ejecting partitions
- Renaming/deleting/executing files from ~/Desktop
- Renaming/removing bookmarks

## Screenshots

![Example with files on the desktop](https://i.imgur.com/FGRkMPv.png)

![Example with files in the overview](https://i.imgur.com/mbiSxF4.jpg)

## Settings

Some of these settings will be applied only after you disable/re-enable the extension.

- search in files name or in their paths
- where to display the interface (on the desktop or in the overview)
- exact position (customizable paddings)
- icon sizes

## Installation

### From extensions.gnome.org

TODO

### Manual installation

Download files and put them in the folder "`~/.local/share/gnome-shell/extensions/[email protected]`"

You may need to restart the gnome shell environment ("logout and login again",
or `alt` + `f2` then `r` then `enter`).

## Available in

- Français
- English

## Huge thanks to

- fmuellner (my `placeDisplay.js` file mostly comes from [[email protected]](https://gitlab.gnome.org/GNOME/gnome-shell-extensions))
- bananenfisch (the code for getting, filtering and sorting recent files mostly comes from [[email protected]](https://github.com/bananenfisch/RecentItems))