Skip to content

Instantly share code, notes, and snippets.

View fryctze's full-sized avatar
:octocat:
At home

Fikry Farenza fryctze

:octocat:
At home
  • Student at Ma Chung University
  • Malang, Indonesia
View GitHub Profile
@fryctze
fryctze / UploadFile.php
Created January 28, 2024 01:54 — forked from ewilan-riviere/UploadFile.php
Upload file Blade component for Laravel with FilePond, ready for Livewire.
<?php
namespace App\View\Components\Field;
use Illuminate\View\Component;
use Illuminate\View\View;
class UploadFile extends Component
{
public function __construct(
@fryctze
fryctze / ranger-cheatsheet.md
Last active January 31, 2021 09:10 — forked from heroheman/ranger-cheatsheet.md
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
rofi usage:
rofi [-options ...]
Command line only options:
-no-config Do not load configuration, use default values.
-v,-version Print the version number and exit.
-dmenu Start in dmenu mode.
-display [string] X server to contact.
${DISPLAY}
-h,-help This help message.