- Open Automator
- Create a new document
- Select Quick Action
- Set “Service receives selected” to
files or foldersinany application - Add a
Run Shell Scriptaction- your default shell should already be selected, otherwise use
/bin/zshfor macOS 10.15 (”Catalina”) or later - older versions of macOS use
/bin/bash
- your default shell should already be selected, otherwise use
- if you're using something else, you probably know what to do 😉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useState } from 'react'; | |
| const noOptionTitle = "No option !"; | |
| const Autocomplete = ({ options, name }: { options: string[], name: string }) => { | |
| const [activeOption, setActiveOption] = useState(0); | |
| const [filteredOptions, setFilteredOptions] = useState(options); | |
| const [showOptions, setShowOptions] = useState(false); | |
| const [userInput, setUserInput] = useState(''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DIRC d�Lr�d�Lr� �� ���o#q{K���Sc��X�W�n .prettierrc.json d�g� d�g� �� �}�7i��$���IQ��B.� | |
| README.txt d� | |
| z d� | |
| z �� ˓����<�ɇP ��� contracts/SimpleStorage.sol d�Hh&�-�d�Hh&�-� �� �><p�?���1|����Z� contracts/StorageFactory.sol d�H�H��d�H�H�� F �� Ļ�u#��'��=���ڂ�1� &contracts/StorageFactory_flattened.sol d�(� d�(� �� ����b_����86y_���� &contracts/artifacts/SimpleStorage.json d� V d� V �� d��]�bP\��_�1"!��z /contracts/artifacts/SimpleStorage_metadata.json d�H�2�d�H�2� �� �g��_ Y`��^��yl҅h� 'contracts/artifacts/StorageFactory.json d�H�-�}�d�H�-�}� �� 6�~�01gP��媙������X� 0contracts/artifacts/StorageFactory_metadata.json d�Y�@d�Y�@ �� gF<�d6L�W��'Bb�:��� Dcontracts/artifacts/build-info/3e3c652506b3b417a07f9e618529d647.json d�H��ۀd� |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol) | |
| pragma solidity ^0.8.0; | |
| import "./IERC20.sol"; | |
| import "./extensions/IERC20Metadata.sol"; | |
| import "../../utils/Context.sol"; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.ComponentModel.DataAnnotations; | |
| using System.ComponentModel.DataAnnotations.Schema; | |
| namespace GraphQLSampleApp.DataAccess.Entity | |
| { | |
| public class Employee | |
| { | |
| [Key] | |
| [DatabaseGenerated(DatabaseGeneratedOption.Identity)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "overrides": [ | |
| { | |
| "files": "*.sol", | |
| "options": { | |
| "printWidth": 80, | |
| "tabWidth": 4, | |
| "useTabs": false, | |
| "singleQuote": false, | |
| "bracketSpacing": false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref: refs/heads/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref: refs/heads/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref: refs/heads/main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ref: refs/heads/main |
NewerOlder