We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926e9ef commit bb41f5cCopy full SHA for bb41f5c
snapcraft.yaml
@@ -0,0 +1,25 @@
1
+name: thefuck
2
+version: stable
3
+version-script: git -C parts/thefuck/build describe --abbrev=0 --tags
4
+summary: Magnificent app which corrects your previous console command.
5
+description: |
6
+ The Fuck tries to match a rule for the previous command,
7
+ creates a new command using the matched rule and runs it.
8
+
9
+grade: stable
10
+confinement: classic
11
12
+apps:
13
+ thefuck:
14
+ command: bin/thefuck
15
+ environment:
16
+ PYTHONIOENCODING: utf-8
17
+ fuck:
18
+ command: bin/fuck
19
20
21
22
+parts:
23
24
+ source: https://github.com/nvbn/thefuck.git
25
+ plugin: python
0 commit comments