View workorder_backlog_heatmap.xml
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.23" id="1"> | |
<property name="author">Jason Verly</property> | |
<property name="comments">Copyright 2022 - Jason Verly | |
| |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
| |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
| |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
View miss_pm_detail.xml
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.23" id="1"> | |
<property name="author">Jason Very</property> | |
<property name="comments">Copyright 2022 - Jason Verly | |
| |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
| |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
| |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
View Outlook_to_OmniFocus
This file contains 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
(* | |
====================================== | |
// SCRIPT HISTORY | |
====================================== | |
Original Script from: | |
Veritrope.com | |
Outlook 2011 to OmniFocus | |
VERSION 1.1 |
View drafts_nvalt_import.js
This file contains 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
// Based on original script from @agiletortoise on Drafts Forum | |
// https://forums.getdrafts.com/t/bulk-import-text-files/2852/8 | |
let fm = FileManager.createCloud(); | |
let path = "/Temp"; | |
let files = fm.listContents(path); | |
for (let f of files) { | |
// get file name from end of path | |
let fileName = f.split("/").pop(); |
View OmniFocus_Overdue_Summary.scpt
This file contains 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
(* | |
File: OmniFocus_Overdue_Summary.scpt | |
------------------------------------------------------------------------------------------------- | |
Revision: 1.03 | |
Revised: 2019-08-01 | |
Summary: Create .md file for list of tasks due and deferred +/- 7d from current date. | |
------------------------------------------------------------------------------------------------- | |
Script based on Justin Lancy (@veritrope) from Veritrope.com | |
http://veritrope.com/code/write-todays-completed-tasks-in-omnifocus-to-a-text-file | |
------------------------------------------------------------------------------------------------- |
View OmniFocus_due_list_v4.14.scpt
This file contains 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
(* | |
File: OmniFocus_Due_List.scpt | |
------------------------------------------------------------------------------------------------- | |
Revision: 4.14 | |
Revised: 2019-02-07 | |
Summary: Create .md file for list of tasks due and deferred +/- 7d from current date. | |
------------------------------------------------------------------------------------------------- | |
Script based on Justin Lancy (@veritrope) from Veritrope.com | |
http://veritrope.com/code/write-todays-completed-tasks-in-omnifocus-to-a-text-file | |
------------------------------------------------------------------------------------------------- |
View photo_merge_p3.py
This file contains 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
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# | |
# The MIT License (MIT) | |
# | |
# Copyright 2015 Adam Pritchard | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software | |
# and associated documentation files (the "Software"), to deal in the Software without restriction, | |
# including without limitation the rights to use, copy, modify, merge, publish, distribute, | |
# sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
View OmniFocus_Ad_Hoc.scpt
This file contains 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
-- Copyright (c) 2015 Jason Verly | |
-- Original script by Dan Byler (bylr.net) | |
-- Permission is hereby granted, free of charge, | |
-- to any person obtaining a copy of this software | |
-- and associated documentation files (the "Software"), | |
-- to deal in the Software without restriction, | |
-- including without limitation the rights to use, copy, | |
-- modify, merge, publish, distribute, sublicense, | |
-- and/or sell copies of the Software, and to permit persons |
View OmniFocus_Due_List_R2.scpt
This file contains 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
(* | |
File: OmniFocus_Due_List.scpt | |
Revision: 1.1 | |
Revised: 2019-02-10 | |
Summary: Create taskpaper list of tasks due +/- 7d from current date. | |
----------------------------------------------------------- | |
Script based on Justin Lancy (@veritrope) from Veritrope.com | |
http://veritrope.com/code/write-todays-completed-tasks-in-omnifocus-to-a-text-file |
View SendListToOmni.py
This file contains 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 into Omnifocus a list of task from the clipboard | |
import clipboard | |
import re | |
import webbrowser | |
import urllib | |
import console | |
base = 'omnifocus:///add?name=' | |
text = clipboard.get() |
NewerOlder