Skip to content

Commit b34d32e

Browse files
committed
Add source
1 parent a1c0e5c commit b34d32e

File tree

4 files changed

+164
-1
lines changed

4 files changed

+164
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.egg-info
2+
/workflow

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# alfred-git-commit-message-example
1+
# alfred-git-commit-message-example
2+
3+
## Install
4+
5+
Download from [Releases].
6+
7+
## Git message example source
8+
9+
- [[転載] gitにおけるコミットログ/メッセージ例文集100](https://gist.github.com/mono0926/e6ffd032c384ee4c1cef5a2aa4f778d7)
10+
- Thanks to [gitにおけるコミットログ/メッセージ例文集100](https://anond.hatelabo.jp/20160725092419).
11+
12+
## Setup
13+
14+
```
15+
pip install --target=. Alfred-Workflow
16+
```

main.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/python
2+
# encoding: utf-8
3+
4+
from workflow import Workflow
5+
import sys
6+
7+
8+
def main(wf):
9+
keyword = sys.argv[1].lower()
10+
keywords = keyword.split(' ')
11+
with open('src/source.txt') as f:
12+
texts = f.readlines()
13+
searchedTexts = [t.strip() for t in texts if len(
14+
[k for k in keywords if k in t.lower()]) == len(keywords)]
15+
for text in searchedTexts:
16+
wf.add_item(text, arg=text, valid=True)
17+
18+
wf.send_feedback()
19+
20+
21+
if __name__ == '__main__':
22+
wf = Workflow()
23+
sys.exit(wf.run(main))

source.txt

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
Add -enable-experimental-nested-generic-types frontend flag
2+
Add --main-process flag to run specs in the main process
3+
Add Throws flag and ThrowsLoc to AbstractFunctionDecl
4+
Add "event" parameter for "click" handler of MenuItem
5+
Add File > Exit menu on Windows
6+
Add npm start script
7+
Add build script
8+
Add SkUserConfig.h with blank SkDebugf macro
9+
Add TypeLowering::hasFixedSize()
10+
Add overflow scrolling
11+
Add convenience API for demangling
12+
Add a typealias to avoid a build ordering dependency between projects
13+
Add a helper method mayHaveOpenedArchetypeOperands to SILInstruction
14+
Use args.resourcePath instead of args.devResourcePath
15+
Use arrays instead of while loops
16+
Use auto instead of repeating explicit class names
17+
Use weak pointer instead of manual bookkeeping
18+
Change all uses of 'CInt' to 'Int32' in the SDK overlay
19+
Change Integer#year to return a Fixnum instead of a Float to improve consistency
20+
Add support for closure contexts to readMetadataFromInstance()
21+
Add support for activating and deactivating package-specific keymaps
22+
Add support for launching HTML files directly
23+
Add support for allocators that require tensors with zero
24+
Make it possible to call `reflect` multiple times
25+
Make it possible to set a data type for variables that come out of constants
26+
Allow atom-pane to be shrunk independently of its contents' width
27+
Allow null TextEditorComponent::domNode during visibility check
28+
Use const for util require
29+
Use FoldingSetNode for ProtocolType
30+
Use unique text editor title in window and tab titles
31+
Use an empty object if metadata is ~null
32+
Use target_link_libraries for fat executable dependencies
33+
Use existing flatMapToOptionalTests dataset
34+
Make the clone function more generic
35+
Make IO faster for v8 compile cache
36+
Make model constructor argument to addViewProvider optional
37+
Make Browser::Quit more robust
38+
Make Menu.getApplicationMenu() public
39+
Improve incompatible native module error message
40+
Improve readability of multi-line command
41+
Improve folds behavior when duplicating lines
42+
Improve deprecated message on webPreferences options
43+
Don't bail reading a metadata instance if swift_isaMask isn't available
44+
Don't exit until the parent asks for an instance
45+
Don't include Parent pointer in Nominal/BoundGeneric TypeRef uniquing
46+
Don't use MatchesExtension for matching filters
47+
Don't use ES6 class for AutoUpdater windows class
48+
Don't use MatchesExtension for matching filters
49+
Avoid `distinct` if a subquery has already materialized
50+
Avoid infinite recursion when bad values are passed to tz aware fields
51+
Emit capture descriptors in their own section
52+
Emit field metadata for @objc classes
53+
Emit reflection info for protocols
54+
Add assert for role with app name in label
55+
Add assertions for no available bookmark
56+
Add asserts for properties
57+
Remove some dead code
58+
Remove some unused enum declaration
59+
Remove unused variable
60+
Remove unnecessary line feeds
61+
Remove trailing whitespace
62+
Remove debug statement
63+
Remove redundant mapType{Into,OutOf}Context() calls
64+
Move function signature analysis to a Util
65+
Move markInvalidGenericSignature() to a method on TypeChecker
66+
Move diagnostic for stored properties in protocols from type checking to validation
67+
Move Doxygen converter into a proper MarkupASTNode visitor
68+
Move Module require to top
69+
Rename environment -> environmentHelpers
70+
Rename watchProjectPath to watchProjectPaths
71+
Rename generic arguments
72+
s/grammarName/grammar
73+
fullVersion -> writeFullVersion
74+
Fix typos
75+
Fix a typo
76+
Fix a test
77+
Fix typo in DevTools Extensions tutorial
78+
Fix DownloadingState typo
79+
Fix includes order
80+
Fix mistake in tvOS availability
81+
Fix cpplint warnings
82+
Fix wrong markdown
83+
Add missing return
84+
Add missing period in comment
85+
Fix a memory leak in FSO
86+
Fix lifetime issues in ManagedBuffer.value
87+
Fix mangling for nested generic types
88+
Fix memory corruption in another circularity check
89+
Fix thread-unsafety in Process.Argument initialization
90+
Fix "Object has been destroyed" error in "page-title-updated" event
91+
Make Error.prepareStackTrace read-only (again)
92+
Make string slicing tests standalone
93+
Make sure showing success dialogs works correctly
94+
Make sure to emit closure bodies only once
95+
Make sure all native resources get freed on exit
96+
Make sure temp file will be cleaned up when base::Move fails
97+
Add tests for pending pane items
98+
Add validation test for projecting existentials
99+
Add a basic test for opening an editor in largeFileMode if >= 2MB
100+
Add specs for moveSelectionLeft()
101+
Add failing spec for Menu.buildFromTemplate
102+
Add comment about map key/values
103+
Add TODO about blinkFeatures -> enableBlinkFeatures
104+
Add a design-decisions section to the CONTRIBUTING guide
105+
Add style.less examples
106+
Add docs for app.getLocale()
107+
Add documentation for --proxy-bypass-list
108+
Remove a redundant test
109+
Remove an empty test
110+
Fix comment
111+
Fix outdated comment
112+
Fix failing specs on Windows
113+
Fix PersistentVector test for powerpc64{le}
114+
Update specs for deferred activation hooks
115+
Update successor/predecessor in validation tests
116+
Update some tests to use LifetimeTracked instead of hand-rolled canaries
117+
Update README.md
118+
Update docs for marker callback
119+
Update documentation for mark*Position
120+
Update link to solarized-dark-syntax
121+
Improve documentation of `ses.cookies.set()`
122+
Improve readability in CSRF section of guide
123+
Improve spec description

0 commit comments

Comments
 (0)