tree: 370e5d478dc307db0a19103846b35ec05255da87 [path history] [tgz]
  1. autoconf/
  2. check_deps/
  3. clang/
  4. devshell/
  5. emacs/
  6. fish/
  7. fxtest/
  8. fxutils/
  9. gce/
  10. git/
  11. gn/
  12. gn_complete/
  13. jiri/
  14. memory/
  15. mkinstaller/
  16. move_source/
  17. owner/
  18. prebuilts/
  19. rust/
  20. sdk/
  21. shac/
  22. status/
  23. style/
  24. tests/
  25. third_party/
  26. unification/
  27. verify_cmdline_params/
  28. versioning/
  29. vim/
  30. wconversion/
  31. youcompleteme/
  32. zsh-completion/
  33. bazel-tool
  34. bootstrap
  35. build-qemu.sh
  36. BUILD.gn
  37. build_id_conv.py
  38. build_id_conv_test.py
  39. build_id_to_debug_id.py
  40. change_testability_review_analyzer.py
  41. collect_lines_to_tree.py
  42. colorize_logs
  43. compare_elf_sizes.py
  44. fd.py
  45. fetch-build-artifacts
  46. fidl_project_schema.json
  47. find_integration_revision.py
  48. flog
  49. fuchsia-vendored-python3.11
  50. fx
  51. fx-env.fish
  52. fx-env.sh
  53. fx-help.awk
  54. fx-reentry
  55. fx-wrapper
  56. generate-fidl-project.py
  57. generate-fidl-tags.py
  58. generate_cargo.py
  59. generate_gn_desc.py
  60. git_utils.py
  61. gn_to_cmake.py
  62. hermetic-env
  63. OWNERS
  64. paths.py
  65. README.md
  66. run-zircon-arm64
  67. run-zircon-x86
  68. simplify_stacktraces
  69. start-unsecure-internet.sh
  70. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.

OWNERShip

Given the wide breadth of the code under //scripts and the project's desire to encourage more local ownership, there are intentionally no OWNERS of //scripts itself (only per-file entries). Rather, the addition of new subdirectories or top-level files is expected to fall back toward requiring an OWNERS override.