Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.48 KB

tips-and-tricks.md

File metadata and controls

18 lines (17 loc) · 1.48 KB
layout title language order
documentation
Tips and tricks
en
4
  1. Clicking on the edit icon lets you move a file either with an absolute or with a relative path. In other words, you can type:
  • /tmp/foo.txt to move into your tmp folder and rename your file to foo.txt
  • ../test/bar.txt
  1. Ctrl+F to search for something
  2. Alt+1, Alt+2: to change the view mode while browsing your files
  3. Ctrl+h: to toggle visibility of hidden files
  4. Esc to exit visible popup
  5. Going to /about{:rel="nofollow"} gives you information about the release
  6. The text editor supports many of emacs' keybindings. If you're not part of the church of emacs{:rel="nofollow"}, we also provide keybindings for vi and Sublime Text. This can be set via the admin console
  7. The admin console has a few cool tricks under its belt, my favorite is for it to be enabled from features => enable_console. Restart your instance and navigate to /tty/: you will be greeted with a fully-fledged bash console straight from your browser, which is very handy when it comes to maintenance.
  8. You can create deep links from the login page. Want to know more? See our [FTP client]({% post_url 2019-11-26-ftp-web-client %}) and [S3]({% post_url 2019-11-21-s3-browser %}) pages. Pro tip: If your use case allows for it, replace the url parameters with hash params, it will work the same way but won't show on the server logs