1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 22:58:31 +00:00
thefuck/snapcraft.yaml

26 lines
599 B
YAML
Raw Normal View History

2018-10-02 20:46:13 +02:00
name: thefuck
version: stable
version-script: git -C parts/thefuck/build describe --abbrev=0 --tags
2019-10-31 12:30:03 +05:30
summary: Magnificent app which corrects your previous console command.!
2018-10-02 20:46:13 +02:00
description: |
The Fuck tries to match a rule for the previous command,
creates a new command using the matched rule and runs it.
grade: stable
confinement: classic
apps:
thefuck:
command: bin/thefuck
environment:
PYTHONIOENCODING: utf-8
fuck:
command: bin/fuck
environment:
PYTHONIOENCODING: utf-8
parts:
thefuck:
source: https://github.com/nvbn/thefuck.git
plugin: python